Skip to content

Update private tangle tests so they work with 2.0 #795

Update private tangle tests so they work with 2.0

Update private tangle tests so they work with 2.0 #795

Workflow file for this run

name: Cancel jobs from merged/closed pull request
on:
pull_request_target:
types: [closed]
# workflow_run:
# workflows: ["*"]
# types: [requested]
jobs:
merge_job:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: styfle/cancel-workflow-action@0.11.0
with:
ignore_sha: true
access_token: ${{ secrets.GITHUB_TOKEN }}
workflow_id: all