Skip to content

Commit

Permalink
Optimize testing usage of GH Actions resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Nov 20, 2024
1 parent 79d9c09 commit c3301db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Packaging

on:
push:
# Don't run on dev branches because when testing changes we may want to
# run with the single_job argument set to speed up testing and avoid
# wasting resources, but the automatic run will just run all of the jobs.
branches:
- 'main'

workflow_dispatch:
inputs:
Expand Down

0 comments on commit c3301db

Please sign in to comment.