Skip to content

Commit

Permalink
ci: change exit 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Dec 23, 2023
1 parent 67bbb51 commit bafedc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
if [ "${{ github.event_name }}" == 'push' ] && [ "${{ github.repository }}" != "${{ github.actor }}/express-api-template" ]; then
echo "Stopping job because it's a repository creation event."
exit 78 # This will exit the script and stop the job
exit 0 # This will exit the script and stop the job
fi
- uses: actions/checkout@v4
Expand Down

0 comments on commit bafedc9

Please sign in to comment.