Skip to content

Commit

Permalink
ci: only run release checks on release- PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Sep 3, 2024
1 parent 9afc3f8 commit c473b4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_dispatch:
pull_request:
push:
branches: [main]
Expand Down Expand Up @@ -580,6 +581,7 @@ jobs:
name: Run x86_64 Linux release checks
runs-on: UbuntuLatest64Cores256GX86
needs: [lints, build-x86_64-linux]
if: contains(github.ref, 'release-')
permissions:
id-token: "write"
contents: "read"
Expand Down

0 comments on commit c473b4c

Please sign in to comment.