workflows: run on PR only
Remove option to run on push because it is triggering two runs for each test for all PRs. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
parent
5e3b066e0a
commit
78a9fd2a40
|
@ -1,8 +1,5 @@
|
|||
# For development, trigger this on any push.
|
||||
on: [push, pull_request]
|
||||
|
||||
# Eventually, we'll want to limit this to pull requests.
|
||||
# on: ???
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
environment:
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# For development, trigger this on any push.
|
||||
on: [push, pull_request]
|
||||
|
||||
# Eventually, we'll want to limit this to pull requests.
|
||||
# on: ???
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue