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