Skip to content

Commit 7c4cb2c

Browse files
authored
conditional modified
1 parent 705e83e commit 7c4cb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conditional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: example-workflow
22
on: [push]
33
jobs:
44
hello-world:
5-
if: github.repository == 'octo-org/octo-repo-prod'
5+
if: github.repository == 'Agnesakpa/Github-Examples'
66
runs-on: ubuntu-latest
77
steps:
88
- name: "Hello World"

0 commit comments

Comments
 (0)