Skip to content

Commit

Permalink
Merge branch 'stable-1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed May 12, 2021
2 parents 739c9a5 + c1237d6 commit 3e11cbf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 59 deletions.
57 changes: 0 additions & 57 deletions .appveyor.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/gap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: "Digraphs tests"
on: [push, pull_request]
on:
workflow_dispatch:
pull_request:
push:
schedule:
# Every day at 3:30 AM UTC
- cron: '30 3 * * *'

jobs:
test:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: "linting"
on: [push, pull_request]
on:
workflow_dispatch:
pull_request:
push:
schedule:
# Every day at 3:30 AM UTC
- cron: '30 3 * * *'

jobs:
lint:
Expand Down

0 comments on commit 3e11cbf

Please sign in to comment.