Skip to content

Commit

Permalink
build: Do not run release-ghcr on pull_request
Browse files Browse the repository at this point in the history
The `pull_request` trigger tries to merge the base branch, and
Hydra uses the commit tip, so nix will usually not resolve the
correct artifact.
  • Loading branch information
sgillespie committed May 23, 2024
1 parent c5133af commit e9ee97d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
types:
- published
push: {}
pull_request: {}
workflow_dispatch: {}
schedule:
# Everyday at 4:00 AM UTC
Expand Down

0 comments on commit e9ee97d

Please sign in to comment.