Skip to content

Commit

Permalink
build: do not skip builds on main
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
  • Loading branch information
fcanovai and mnencia authored Jul 22, 2021
1 parent c05e301 commit 0b9b36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-20.04
name: Skip duplicate runs
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
should_skip: ${{ steps.skip_check.outputs.should_skip == 'true' && github.ref != 'refs/heads/main' }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v3.4.0
Expand Down

0 comments on commit 0b9b36c

Please sign in to comment.