Skip to content

build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.5 #3069

build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.5

build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to 4.6.5 #3069

Workflow file for this run

name: Janitor
# Janitor cleans up previous runs of various workflows
# Cancels Sims and Tests
on:
pull_request:
jobs:
cancel:
name: "Cancel Previous Runs"
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.12.1
with:
workflow_id: 1130522,1865868
access_token: ${{ github.token }}