Skip to content

Commit b4b072c

Browse files
authored
Merge pull request #1112 from swcarpentry/update/workflows
Update Workflows to Version 0.18.4
2 parents 735d371 + d560c00 commit b4b072c

File tree

10 files changed

+3
-198
lines changed

10 files changed

+3
-198
lines changed

.github/workflows/docker_build_deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
id: build-and-deploy
128128
uses: carpentries/actions/build-and-deploy@main
129129
with:
130-
reset: ${{ github.event.inputs.reset || 'false' }}
130+
reset: ${{ vars.BUILD_RESET || github.event.inputs.reset || 'false' }}
131131
skip-manage-deps: ${{ github.event.inputs.force-skip-manage-deps == 'true' || steps.build-container-deps.outputs.renv-cache-available || steps.build-container-deps.outputs.backup-cache-used || 'false' }}
132132

133133
update-container-version:
@@ -150,6 +150,7 @@ jobs:
150150
uses: carpentries/actions/record-container-version@main
151151
with:
152152
CONTAINER_VER: ${{ needs.preflight.outputs.wb-vers }}
153+
AUTO_MERGE: ${{ vars.AUTO_MERGE_CONTAINER_VERSION_UPDATE || 'true' }}
153154
token: ${{ secrets.GITHUB_TOKEN }}
154155
role-to-assume: ${{ secrets.AWS_GH_OIDC_ARN }}
155156
aws-region: ${{ secrets.AWS_GH_OIDC_REGION }}

.github/workflows/pr-close-signal.yaml

100755100644
File mode changed.

.github/workflows/pr-comment.yaml

100755100644
File mode changed.

.github/workflows/pr-post-remove-branch.yaml

100755100644
File mode changed.

.github/workflows/pr-preflight.yaml

100755100644
File mode changed.

.github/workflows/pr-receive.yaml

Lines changed: 0 additions & 132 deletions
This file was deleted.

.github/workflows/sandpaper-main.yaml

Lines changed: 0 additions & 64 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.18.3
1+
0.18.4

.github/workflows/update-cache.yaml

100755100644
File mode changed.

.github/workflows/update-workflows.yaml

100755100644
File mode changed.

0 commit comments

Comments
 (0)