-
-
Notifications
You must be signed in to change notification settings - Fork 4
44 lines (33 loc) · 1.27 KB
/
ci_against_releases.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: RBniCSx CI (against releases)
on:
schedule:
- cron: "0 5 * * *"
workflow_dispatch:
jobs:
test_dolfinx_v0_4_1:
uses: RBniCS/RBniCSx/.github/workflows/[email protected]
test_dolfinx_v0_5_2:
uses: RBniCS/RBniCSx/.github/workflows/[email protected]
test_dolfinx_v0_6_0:
uses: RBniCS/RBniCSx/.github/workflows/[email protected]
test_dolfinx_v0_7_0:
uses: RBniCS/RBniCSx/.github/workflows/[email protected]
test_dolfinx_v0_7_1:
uses: RBniCS/RBniCSx/.github/workflows/[email protected]
test_dolfinx_v0_7_2:
uses: RBniCS/RBniCSx/.github/workflows/[email protected]
test_dolfinx_v0_7_3:
uses: RBniCS/RBniCSx/.github/workflows/[email protected]
test_dolfinx_v0_8_0:
uses: RBniCS/RBniCSx/.github/workflows/[email protected]
test_dolfinx_v0_9_0:
uses: RBniCS/RBniCSx/.github/workflows/[email protected]
warn:
runs-on: ubuntu-latest
if: github.repository == 'RBniCS/RBniCSx' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
steps:
- name: Warn if scheduled workflow is about to be disabled
uses: fem-on-colab/warn-workflow-about-to-be-disabled-action@main
with:
workflow-filename: ci_against_releases.yml
days-elapsed: 55