Skip to content

Commit 0c206c2

Browse files
Specifying master reference
1 parent f220fca commit 0c206c2

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/test_format_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ on:
1515
jobs:
1616
test_on_IMASggd:
1717
name: Testing format_check.yml on IMASggd
18-
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml
18+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@master
1919
secrets: inherit
2020
with:
2121
target_repo: ProjectTorreyPines/IMASggd.jl
2222
workflow_file: format_check.yml
2323
ref: master
2424
test_on_SOLPS2imas:
2525
name: Testing format_check.yml on SOLPS2imas
26-
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml
26+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@master
2727
secrets: inherit
2828
with:
2929
target_repo: ProjectTorreyPines/SOLPS2imas.jl
3030
workflow_file: format_check.yml
3131
ref: master
3232
test_on_FusionSyntheticDiagnostics:
3333
name: Testing format_check.yml on FusionSyntheticDiagnostics
34-
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml
34+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@master
3535
secrets: inherit
3636
with:
3737
target_repo: ProjectTorreyPines/FusionSyntheticDiagnostics.jl

.github/workflows/test_make_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ on:
1515
jobs:
1616
test_on_IMASggd:
1717
name: Testing make_docs.yml on IMASggd
18-
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml
18+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@master
1919
secrets: inherit
2020
with:
2121
target_repo: ProjectTorreyPines/IMASggd.jl
2222
workflow_file: make_docs.yml
2323
ref: master
2424
test_on_SOLPS2imas:
2525
name: Testing make_docs.yml on SOLPS2imas
26-
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml
26+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@master
2727
secrets: inherit
2828
with:
2929
target_repo: ProjectTorreyPines/SOLPS2imas.jl
3030
workflow_file: make_docs.yml
3131
ref: master
3232
test_on_FusionSyntheticDiagnostics:
3333
name: Testing make_docs.yml on FusionSyntheticDiagnostics
34-
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml
34+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@master
3535
secrets: inherit
3636
with:
3737
target_repo: ProjectTorreyPines/FusionSyntheticDiagnostics.jl

.github/workflows/test_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ on:
1515
jobs:
1616
test_on_IMASggd:
1717
name: Testing test.yml on IMASggd
18-
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml
18+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@master
1919
secrets: inherit
2020
with:
2121
target_repo: ProjectTorreyPines/IMASggd.jl
2222
workflow_file: test.yml
2323
ref: master
2424
test_on_SOLPS2imas:
2525
name: Testing test.yml on SOLPS2imas
26-
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml
26+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@master
2727
secrets: inherit
2828
with:
2929
target_repo: ProjectTorreyPines/SOLPS2imas.jl
3030
workflow_file: test.yml
3131
ref: master
3232
test_on_FusionSyntheticDiagnostics:
3333
name: Testing test.yml on FusionSyntheticDiagnostics
34-
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml
34+
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/test_reusable_workflow.yml@master
3535
secrets: inherit
3636
with:
3737
target_repo: ProjectTorreyPines/FusionSyntheticDiagnostics.jl

0 commit comments

Comments
 (0)