Skip to content

Commit

Permalink
[CI] Reduce executions by removing on: push for two workflows (#8266)
Browse files Browse the repository at this point in the history
* Remove push trigger on test-changed-auth.yml

* Update test-all workflow for pull_request only.
  • Loading branch information
DellaBitta authored May 23, 2024
1 parent 52d6266 commit 4f157b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

name: Test All Packages

on:
push:
branches: ['**']
on: pull_request

env:
# make chromedriver detect installed Chrome version and download the corresponding driver
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

name: Test Auth

on: [push, pull_request]
on: pull_request

env:
# make chromedriver detect installed Chrome version and download the corresponding driver
Expand Down

0 comments on commit 4f157b4

Please sign in to comment.