Skip to content

Commit 57905f3

Browse files
committed
Remove on pull_request as secrets.GH_TOKEN is not available in this context. Alternatively, pull_request_target could be used, but it could be exploited to get access to other repos in the organisation, so won't be used. Remove the filter of branches for on push, so it runs when pushing to any branch.
1 parent 1260e0b commit 57905f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dsBase_test_suite.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ name: dsBase tests' suite
1313

1414
on:
1515
push:
16-
branches: [master]
1716
schedule:
1817
- cron: '0 0 * * 0' # Weekly
1918
- cron: '0 1 * * *' # Nightly
20-
pull_request:
2119

2220
jobs:
2321
dsBase_test_suite:

0 commit comments

Comments
 (0)