Skip to content

Commit f7fdd63

Browse files
amotlmfussenegger
andauthored
Update .github/workflows/test.yml
Co-authored-by: Mathias Fußenegger <mfussenegger@users.noreply.github.com>
1 parent 58d3ab6 commit f7fdd63

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22
name: Integration tests
33
on:
44

5-
# Validate code changes.
6-
pull_request: ~
7-
push:
8-
branches:
9-
- master
10-
11-
# Allow job to be triggered manually.
5+
pull_request: ~
6+
push:
7+
branches:
8+
- master
129
workflow_dispatch:
13-
14-
# Run job each night to protect against regressions.
1510
schedule:
1611
- cron: '0 4 * * *'
1712

18-
# Cancel in-progress jobs when pushing to the same branch.
1913
concurrency:
2014
cancel-in-progress: true
2115
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)