RBniCSx CI (against releases) #372
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |