Skip to content

Commit b72026c

Browse files
Update ch1_condition_1.yml
1 parent 2ae0bb0 commit b72026c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ch1_condition_1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
on: workflow_dispatch
44
jobs:
55
build:
6-
if: github.repository == 'jihyungSong/github-action-course'
6+
if: github.repository == 'github-action-course'
77
runs-on: ubuntu-latest
88
steps:
99
- name: Step 1

0 commit comments

Comments
 (0)