chore: bump ibc to 8.5.0 (backport #4341) #3519
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Janitor | |
# Janitor cleans up previous runs that are not completed for a given workflow | |
# It cancels Sims and Tests | |
# Reference the API https://api.github.com/repos/:org/:repo/actions/workflows to find workflow ids | |
on: | |
pull_request: | |
jobs: | |
cancel: | |
name: "Cancel Previous Runs" | |
runs-on: ubuntu-latest | |
timeout-minutes: 3 | |
steps: | |
- uses: styfle/[email protected] | |
with: | |
access_token: ${{ github.token }} |