Skip to content

Commit

Permalink
Improve GitHub Actions hygiene for Dagger
Browse files Browse the repository at this point in the history
See google/go-github#1821

This CL makes a few changes to reduce the load of GitHub Actions from Dagger:
  * Restricts GitHub Actions to only the master or gh-pages branches
  * Cancels previous GitHub Action runs for the same PR branch.
  * Removes excessive API levels for emulator tests.

RELNOTES=N/A
PiperOrigin-RevId: 362394043
  • Loading branch information
bcorso authored and Dagger Team committed Mar 11, 2021
1 parent 9a32077 commit ce79f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- gh-pages
pull_request:
branches:
- gh-pages

defaults:
run:
Expand Down

0 comments on commit ce79f92

Please sign in to comment.