mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 00:10:44 +00:00
fix: ci
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
name: ci
|
||||
requires:
|
||||
- unit-tests
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
workflow_run:
|
||||
workflows: ["unit-tests"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' && github.ref == 'refs/heads/master' }}
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user