[Fix] remove the wait for action

pull/77/head
Mist 2024-04-06 00:43:50 +08:00
parent cb4b02d7e0
commit 4cdf8b6970
No known key found for this signature in database
GPG Key ID: B6B08DB7604B8628
2 changed files with 7 additions and 18 deletions

View File

@ -1,9 +1,9 @@
name: Build name: Build
on: on:
push: push:
paths: paths:
generator/** project.toml
branches: branches:
- main - main

View File

@ -1,11 +1,10 @@
name: Release name: Release
on: on:
push: workflow_run:
paths: workflows: [build]
project.toml types:
branches: - completed
- main
permissions: permissions:
contents: write contents: write
@ -14,16 +13,6 @@ jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Wait for build workflow to succeed
uses: lewagon/wait-on-check-action@v1.3.4
with:
ref: ${{ github.ref }}
check-regexp: 'with rust'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
allowed-conclusions: success,skipped,cancelled
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: