Skip to content

Commit

Permalink
GH Actions: don't run clean step for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstephens committed Aug 28, 2024
1 parent 6498c27 commit 9e18da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opendatacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

opendatacon-clean:
if: always()
if: github.event_name != 'pull_request'
needs: [opendatacon-native,opendatacon-docker]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9e18da3

Please sign in to comment.