Skip to content

Commit 0feb49d

Browse files
authored
Merge pull request #4482 from DataDog/tonycthsu/push-workflow
Add tmp branch push event
2 parents 8dac6a4 + bdbf67e commit 0feb49d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/system-tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on: # yamllint disable-line rule:truthy
44
push:
55
branches:
66
- master
7+
# A workaround to trigger the workflow for pull requests from forked repository,
8+
# which does not have access to secrets.
9+
#
10+
# This is also useful for testing the workflow without opening a pull request.
11+
- tmp/*
712
pull_request:
813
branches:
914
- master

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on: # yamllint disable-line rule:truthy
44
push:
55
branches:
66
- master
7+
# A workaround to trigger the workflow for pull requests from forked repository,
8+
# which does not have access to secrets.
9+
#
10+
# This is also useful for testing the workflow without opening a pull request.
11+
- tmp/*
712
pull_request:
813
branches:
914
- master

0 commit comments

Comments
 (0)