We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c885dc9 commit 3874439Copy full SHA for 3874439
1 file changed
content/actions/how-tos/write-workflows/choose-when-workflows-run/control-jobs-with-conditions.md
@@ -23,7 +23,9 @@ name: example-workflow
23
on: [push]
24
jobs:
25
production-deploy:
26
+{% raw %}
27
if: ${{ github.repository == 'octo-org/octo-repo-prod' }}
28
+{% endraw %}
29
runs-on: ubuntu-latest
30
steps:
31
- uses: {% data reusables.actions.action-checkout %}
0 commit comments