We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b161cab commit 317bc08Copy full SHA for 317bc08
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: python3.8-alpine
27
python_version: "3.8"
28
fail-fast: true
29
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
30
steps:
31
- uses: actions/checkout@v3
32
- name: Set up Python
.github/workflows/test.yml
@@ -5,7 +5,9 @@ on:
5
branches:
6
- master
7
pull_request:
8
- types: [opened, synchronize]
+ types:
9
+ - opened
10
+ - synchronize
11
schedule:
12
# cron every week on monday
13
- cron: "0 0 * * 1"
@@ -28,7 +30,7 @@ jobs:
33
34
35
36
0 commit comments