Skip to content

Commit

Permalink
Move fem-on-colab/warn-workflow-about-to-be-disabled-action@main to a…
Browse files Browse the repository at this point in the history
… standalone job
  • Loading branch information
francesco-ballarin committed Nov 21, 2023
1 parent 3741a7a commit 4120bd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fork_rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:
cd dolfinx
git checkout -b github_actions
git merge fork/migration
warn:
runs-on: ubuntu-latest
if: github.repository == 'multiphenics/multiphenicsx' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
steps:
- name: Warn if scheduled workflow is about to be disabled
if: github.repository == 'multiphenics/multiphenicsx' && github.ref == 'refs/heads/main' && github.event_name == 'schedule'
uses: fem-on-colab/warn-workflow-about-to-be-disabled-action@main
with:
workflow-filename: fork_rebase.yml
Expand Down

0 comments on commit 4120bd1

Please sign in to comment.