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