Skip to content

Commit 8dca890

Browse files
committed
Else condition
1 parent 4763702 commit 8dca890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 == 'Github-Examples'
66
runs-on: ubuntu-latest
77
steps:
88
- name: "Hello World"

0 commit comments

Comments
 (0)