Skip to content

Commit d4db4e3

Browse files
Sync with FEM on Colab website: fem-on-colab/fem-on-colab.github.io@b0f998c
1 parent 6f14165 commit d4db4e3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/stats.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,12 @@ jobs:
5353
name: stats
5454
path: _build/stats
5555
retention-days: 1
56+
57+
warn:
58+
runs-on: ubuntu-latest
59+
if: github.repository == 'fem-on-kaggle/fem-on-kaggle.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
60+
steps:
5661
- name: Warn if scheduled workflow is about to be disabled
57-
if: github.repository == 'fem-on-kaggle/fem-on-kaggle.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
5862
uses: fem-on-colab/warn-workflow-about-to-be-disabled-action@main
5963
with:
6064
workflow-filename: stats.yml

.github/workflows/sync_with_upstream.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ jobs:
2222
file-patterns: '* **/*'
2323
commit-message-prefix: Sync with FEM on Colab website
2424
token: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
25+
26+
warn:
27+
runs-on: ubuntu-latest
28+
if: github.repository == 'fem-on-kaggle/fem-on-kaggle.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
29+
steps:
2530
- name: Warn if scheduled workflow is about to be disabled
26-
if: github.repository == 'fem-on-kaggle/fem-on-kaggle.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
2731
uses: fem-on-colab/warn-workflow-about-to-be-disabled-action@main
2832
with:
2933
workflow-filename: sync_with_upstream.yml

.github/workflows/website.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,12 @@ jobs:
8080
name: website
8181
path: _build/html
8282
retention-days: 1
83+
84+
warn:
85+
runs-on: ubuntu-latest
86+
if: github.repository == 'fem-on-kaggle/fem-on-kaggle.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
87+
steps:
8388
- name: Warn if scheduled workflow is about to be disabled
84-
if: github.repository == 'fem-on-kaggle/fem-on-kaggle.github.io' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
8589
uses: fem-on-colab/warn-workflow-about-to-be-disabled-action@main
8690
with:
8791
workflow-filename: website.yml

0 commit comments

Comments
 (0)