Skip to content

Commit

Permalink
Make prover CI workflow run only on pull requests (thus disabling the…
Browse files Browse the repository at this point in the history
… run on merge).
  • Loading branch information
evgenyzdanovich committed Jan 22, 2025
1 parent 78aa39f commit d8dbfe0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/prover.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Run prover guest code checks

on:
pull_request:
merge_group:
push:
branches: [main]
on: pull_request

permissions: {}

Expand Down

0 comments on commit d8dbfe0

Please sign in to comment.