We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e8a39 commit bb68f4fCopy full SHA for bb68f4f
.github/workflows/deploy-pages.yml
@@ -14,7 +14,8 @@ concurrency: deploy-gh-pages-${{ github.ref }}
14
15
jobs:
16
deploy-gh-pages:
17
- if: ${{ inputs.confirm_deployment == true && github.repository == 'siemens/ix-starter' }}
+ # remove comment before merge to main
18
+ # if: ${{ inputs.confirm_deployment == true && github.repository == 'siemens/ix-starter' }}
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
0 commit comments