Skip to content

Commit 4f157b4

Browse files
authored
[CI] Reduce executions by removing on: push for two workflows (#8266)
* Remove push trigger on test-changed-auth.yml * Update test-all workflow for pull_request only.
1 parent 52d6266 commit 4f157b4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test-all.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515
name: Test All Packages
1616

17-
on:
18-
push:
19-
branches: ['**']
17+
on: pull_request
2018

2119
env:
2220
# make chromedriver detect installed Chrome version and download the corresponding driver

.github/workflows/test-changed-auth.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: Test Auth
1616

17-
on: [push, pull_request]
17+
on: pull_request
1818

1919
env:
2020
# make chromedriver detect installed Chrome version and download the corresponding driver

0 commit comments

Comments
 (0)