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 9bc5f0d commit d558b79Copy full SHA for d558b79
.github/workflows/conditional.yml
@@ -4,14 +4,14 @@ on:
4
push
5
6
jobs:
7
- Hello-world
8
- if: github.repository == 'octo-org/octo-repo-prod'
+ Hello-world:
+ if: github.repository == 'sumanthgitty/GitHub-Actions'
9
runs-on: ubuntu-latest
10
steps:
11
- name: "Hello World"
12
run: echo "Hello world!"
13
14
- Goodbye-Sumanth
+ Goodbye-Sumanth:
15
16
17
- name: "goodbye"
0 commit comments