Skip to content

Commit

Permalink
Make edge workflows only run on demand.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 9, 2023
1 parent 1f876b2 commit 6d7f4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: edge
on: pull_request
on: workflow_dispatch
jobs:
test:
strategy:
Expand Down

0 comments on commit 6d7f4ff

Please sign in to comment.