Skip to content

Commit

Permalink
github: package: Only run on workflow_call
Browse files Browse the repository at this point in the history
For now, there’s no need to build each commit.
  • Loading branch information
ernestask committed Jul 8, 2024
1 parent 9289936 commit 0f7865d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: package
on: [push]
on:
workflow_call:
jobs:
arch:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 0f7865d

Please sign in to comment.