Skip to content

Commit

Permalink
오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
audxo112 committed Jul 9, 2023
1 parent be493f6 commit c07a70d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflowStudy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Workflow Study
on:
push:
branches: [ cicd ]
jobs:
study-if-job:
name: Workflow Study
steps:
- run: echo "runScript"
if: ${{ false }}
jobs:
study-if-job:
name: Workflow Study
steps:
- run: echo "runScript"
if: ${{ false }}

0 comments on commit c07a70d

Please sign in to comment.