Skip to content

Commit

Permalink
Merge pull request #453 from M-L-D-H/tsb
Browse files Browse the repository at this point in the history
Update CI workflows
  • Loading branch information
theodore-s-beers authored Feb 5, 2024
2 parents e25a462 + 84e1a7d commit 5443791
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/archive-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
schedule:
- cron: "20 4 1 * *"
workflow_dispatch:
inputs:
dry_run:
description: Run without actually submitting URL
type: boolean

jobs:
archive:
Expand All @@ -12,8 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: caltechlibrary/waystation@main
- uses: caltechlibrary/waystation@v1.8
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
debug: true
dry_run: false
dry_run: ${{github.event.inputs.dry_run || false}}
2 changes: 1 addition & 1 deletion .github/workflows/validation-deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Deno
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 5443791

Please sign in to comment.