Skip to content

Commit

Permalink
wip (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman authored May 17, 2024
1 parent dd8db0f commit 065fa8f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/queue_and_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:

jobs:
clippy:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
name: Clippy
runs-on: ubuntu-latest
steps:
Expand All @@ -29,6 +30,7 @@ jobs:
- run: just clippy

format:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
name: Format
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -119,13 +121,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Generate artifact attestation
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY_URL }}/${{ matrix.docker.image }}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

can_enqueue:
needs: [Clippy, Format, Build]
Expand Down

0 comments on commit 065fa8f

Please sign in to comment.