Skip to content

Commit a9e546b

Browse files
committed
test nightly
1 parent 547ae67 commit a9e546b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Various non-standard tests, requiring e.g. longer run
22
name: Nightly
33

4-
# This job is run at 04:00 UTC every day or on demand.
4+
# revert
55
on:
6-
workflow_dispatch:
7-
schedule:
8-
- cron: '0 4 * * *'
6+
push:
7+
branches-ignore:
8+
- 'dependabot/**'
9+
pull_request:
910

1011
permissions:
1112
contents: read

0 commit comments

Comments
 (0)