This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
test: fix test that sometimes fails on node v20 #2975
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
# This workflow will cancel PR workflow runs when a new one gets started | |
name: Cancel Redundant PR Builds | |
on: [pull_request] | |
jobs: | |
cancel: | |
name: Cancel Previous Runs | |
runs-on: ubuntu-20.04 | |
timeout-minutes: 3 | |
steps: | |
- uses: styfle/[email protected] | |
with: | |
workflow_id: 5127767 | |
access_token: ${{ github.token }} |