Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Bump @wordpress/data from 7.6.0 to 9.10.0 #154

Bump @wordpress/data from 7.6.0 to 9.10.0

Bump @wordpress/data from 7.6.0 to 9.10.0 #154

Workflow file for this run

name: Cancel
on: pull_request
jobs:
cancel:
name: 'Cancel Previous Runs'
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Get all workflow ids and set to env variable
run: echo ::set-env name=WORKFLOW_IDS_TO_CANCEL::$(curl https://github.com/gitapi/repos/${GITHUB_REPOSITORY}/actions/workflows -s | jq -r '.workflows | map(.id|tostring) | join(",")')
- uses: styfle/cancel-workflow-action@0.11.0
with:
workflow_id: ${{ env.WORKFLOW_IDS_TO_CANCEL }}
access_token: ${{ secrets.GITHUB_TOKEN }}