Skip to content

Commit 3e11cbf

Browse files
committed
Merge branch 'stable-1.4'
2 parents 739c9a5 + c1237d6 commit 3e11cbf

File tree

3 files changed

+14
-59
lines changed

3 files changed

+14
-59
lines changed

.appveyor.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/workflows/gap.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: "Digraphs tests"
2-
on: [push, pull_request]
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
push:
6+
schedule:
7+
# Every day at 3:30 AM UTC
8+
- cron: '30 3 * * *'
39

410
jobs:
511
test:

.github/workflows/lint.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: "linting"
2-
on: [push, pull_request]
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
push:
6+
schedule:
7+
# Every day at 3:30 AM UTC
8+
- cron: '30 3 * * *'
39

410
jobs:
511
lint:

0 commit comments

Comments
 (0)