Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
280 changes: 114 additions & 166 deletions .github/workflows/README.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/docker_build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'l10n_main'
paths-ignore:
- '.github/workflows/**.yaml'
- '.github/workbench-docker-version.txt'
Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
with:
reset: ${{ vars.BUILD_RESET || github.event.inputs.reset || 'false' }}
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' }}
lang-code: ${{ vars.LANG_CODE || '' }}

update-container-version:
name: "Update container version used"
Expand Down
Empty file modified .github/workflows/pr-close-signal.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/pr-comment.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/pr-post-remove-branch.yaml
100755 → 100644
Empty file.
Empty file modified .github/workflows/pr-preflight.yaml
100755 → 100644
Empty file.
132 changes: 0 additions & 132 deletions .github/workflows/pr-receive.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/sandpaper-main.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/sandpaper-version.txt

This file was deleted.

Empty file modified .github/workflows/update-cache.yaml
100755 → 100644
Empty file.
9 changes: 5 additions & 4 deletions .github/workflows/update-workflows.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "04 Maintain: Update Workflow Files"
description: "Update workflow files from the carpentries/sandpaper repository"

on:
schedule:
- cron: '0 0 * * 2'
Expand All @@ -9,10 +10,10 @@ on:
description: 'Who triggered this build (enter github username to tag yourself)?'
required: true
default: 'weekly run'
tarball:
description: 'Absolute URL to the desired sandpaper repo tarball'
version:
description: 'Workflows version number (e.g. 0.0.1), branch name (e.g. main), or "latest"'
required: false
default: ''
default: 'latest'
clean:
description: 'Workflow files/file extensions to clean (no wildcards, enter "" for none)'
required: false
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
if: ${{ steps.validate-token.outputs.wf == 'true' }}
uses: carpentries/actions/update-workflows@main
with:
repo: ${{ github.event.inputs.tarball || 'https://carpentries.r-universe.dev' }}
version: ${{ github.event.inputs.version || 'latest' }}
clean: ${{ github.event.inputs.clean || '.yaml' }}

- name: Create Pull Request
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflows-version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0
Loading