mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-11-07 16:24:06 +01:00
ci: Remove wait job
This commit is contained in:
parent
03549d651a
commit
ceaac1b917
17
.github/workflows/release.yaml
vendored
17
.github/workflows/release.yaml
vendored
@ -5,21 +5,8 @@ on:
|
||||
tags: ['*']
|
||||
|
||||
jobs:
|
||||
"Wait":
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Wait for tests to succeed
|
||||
uses: lewagon/wait-on-check-action@v1.0.0
|
||||
if: ${{ !env.ACT }}
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
running-workflow-name: 'Test'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
wait-interval: 10
|
||||
|
||||
"Release":
|
||||
runs-on: ubuntu-latest
|
||||
needs: ["Wait"]
|
||||
steps:
|
||||
- name: Check out sources
|
||||
uses: actions/checkout@v3
|
||||
@ -27,14 +14,14 @@ jobs:
|
||||
uses: ./.github/actions/install-dependencies
|
||||
with:
|
||||
build: true
|
||||
test: false
|
||||
test: true
|
||||
|
||||
- name: Build
|
||||
uses: ./.github/actions/build
|
||||
with:
|
||||
minify: lib
|
||||
manuals: true
|
||||
verify: false
|
||||
verify: true
|
||||
inline: false
|
||||
|
||||
- name: Create zipball
|
||||
|
Loading…
Reference in New Issue
Block a user