Skip to content

build(deps): bump codecov/codecov-action from 1.5.2 to 4.6.0 #530

build(deps): bump codecov/codecov-action from 1.5.2 to 4.6.0

build(deps): bump codecov/codecov-action from 1.5.2 to 4.6.0 #530

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.9.0
with:
workflow_id: 872925,1013614,1134055
access_token: ${{ github.token }}