Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 0 additions & 64 deletions .github/workflows/archery.yml

This file was deleted.

77 changes: 0 additions & 77 deletions .github/workflows/cancel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,90 +30,13 @@ jobs:
steps:
# Unfortunately, we need to define a separate cancellation step for
# each workflow where we want to cancel stale runs.
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale C++ runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: cpp.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale C# runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: csharp.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale Dev runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: dev.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale Go runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: go.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale Integration runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: integration.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale Java JNI runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: java_jni.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale Java runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: java.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale JS runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: js.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale Julia runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: julia.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale Python runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: python.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale R runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: r.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale Ruby runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
workflowFileName: ruby.yml
skipEventTypes: '["push", "schedule"]'
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel stale Rust runs"
with:
Expand Down
Loading