Skip to content

Commit

Permalink
added condition to skip in case branch is new (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Facundo Santillo Alarcon <[email protected]>
  • Loading branch information
facusantillo and Facundo Santillo Alarcon authored Oct 27, 2024
1 parent a1f603e commit 3b0c578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:

jobs:
setup:
if: github.event.before != '0000000000000000000000000000000000000000'
name: setup
runs-on: ubuntu-latest

Expand Down

0 comments on commit 3b0c578

Please sign in to comment.