We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 739c9a5 + c1237d6 commit 3e11cbfCopy full SHA for 3e11cbf
.appveyor.yml
.github/workflows/gap.yml
@@ -1,5 +1,11 @@
1
name: "Digraphs tests"
2
-on: [push, pull_request]
+on:
3
+ workflow_dispatch:
4
+ pull_request:
5
+ push:
6
+ schedule:
7
+ # Every day at 3:30 AM UTC
8
+ - cron: '30 3 * * *'
9
10
jobs:
11
test:
.github/workflows/lint.yml
name: "linting"
lint:
0 commit comments