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 da88b4b commit de242a5Copy full SHA for de242a5
content/actions/how-tos/write-workflows/choose-when-workflows-run/control-jobs-with-conditions.md
@@ -23,9 +23,7 @@ name: example-workflow
23
on: [push]
24
jobs:
25
production-deploy:
26
-{% raw %}
27
- if: ${{ github.repository == 'octo-org/octo-repo-prod' }}
28
-{% endraw %}
+ if: {% raw %}${{ github.repository == 'octo-org/octo-repo-prod' }}{% endraw %}
29
runs-on: ubuntu-latest
30
steps:
31
- uses: {% data reusables.actions.action-checkout %}
0 commit comments