Updating workflow order, fixes #254 (#404)

This commit is contained in:
Wietze 2024-10-02 01:47:36 +01:00 committed by GitHub
parent 7e171658dd
commit 22568aff10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,15 @@
---
name: Update LOLBAS-Project.github.io
on:
push:
branches:
- master
paths:
- "yml/**.yml"
workflow_run:
workflows: ["PUSH & PULL REQUEST - YAML Lint and Schema Validation Checks"]
types: [completed]
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
if: ${{ github.event.repository.fork == false && github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2