Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 33b3069

Browse files
committed
Trying to get action to trigger
Signed-off-by: Peter Baker <peter.baker122@csiro.au>
1 parent a80f8f4 commit 33b3069

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/MKL_jll.yml renamed to .github/workflows/CheckMklDep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
is_up_to_date:
1313
description: "Whether MKL_jll.dep is up to date"
1414
value: ${{ jobs.check-mkl-dep.outputs.is_up_to_date }}
15-
# trigger on pull request whenever Manifest or MKL dep changes
15+
# trigger on pull request
1616
pull_request:
1717
types: [opened, synchronize, reopened]
1818

.github/workflows/PublishDockerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030

3131
jobs:
3232
check-mkl:
33-
uses: ./.github/workflows/MKL_jll.yml
33+
uses: ./.github/workflows/CheckMklDep.yml
3434
with:
3535
auto_update: false # Fail if out of date, don't auto-update
3636

docs/src/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ However PRs will automatically perform this sync, if out of date.
3333

3434
### Github action to sync MKL_jll
3535

36-
There is an action which ensures the MKL_jll dep file is up to date, and pushes if not. See `.github/workflows/MKL_jll.yml`.
36+
There is an action which ensures the MKL_jll dep file is up to date, and pushes if not. See `.github/workflows/CheckMklDep.yml`.
3737

3838
## Mounting files and required data
3939

0 commit comments

Comments
 (0)