Update run-cpu-integration-tests-self-hosted.yml

master
agibsonccc 2021-03-23 21:20:33 +09:00
parent c94e193c5b
commit 254fc37db9
1 changed files with 0 additions and 11 deletions

View File

@ -1,17 +1,6 @@
on:
workflow_dispatch:
jobs:
# Wait for up to a minute for previous run to complete, abort if not done by then
pre-ci:
runs-on: self-hosted
timeout-minutes: 1
steps:
- name: 'Block Concurrent Executions'
uses: softprops/turnstyle@v1
with:
poll-interval-seconds: 10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
linux-x86_64:
needs: pre-ci
runs-on: [self-hosted]