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 705e83e commit 7c4cb2cCopy full SHA for 7c4cb2c
.github/workflows/conditional.yml
@@ -2,7 +2,7 @@ name: example-workflow
2
on: [push]
3
jobs:
4
hello-world:
5
- if: github.repository == 'octo-org/octo-repo-prod'
+ if: github.repository == 'Agnesakpa/Github-Examples'
6
runs-on: ubuntu-latest
7
steps:
8
- name: "Hello World"
0 commit comments