Skip to content

Commit

Permalink
Revise tests for push
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jan 17, 2025
1 parent 6634dad commit 8c0ecfd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@ jobs:
# Doing this may be challenging in otherways as pushing the image is a
# requirement for getting the digests in some contexts:
# https://github.com/docker/build-push-action/issues/906#issuecomment-1674567311
- title: Merge Commit
- title: ${{ github.event_name == 'pull_request' && 'PR Merge Commit' || 'Head Commit' }}
commit-sha: ${{ github.sha }}
from-scratch: true
- title: Head Commit
- title: PR Head Commit
commit-sha: ${{ github.event.pull_request.head.sha }}
exclude:
# Drop this test for non-PR events where the expression is empty
- title: PR Head Commit
commit-sha: ""
steps:
- name: Job started at
id: job-started
Expand Down

0 comments on commit 8c0ecfd

Please sign in to comment.