File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments