mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 07:18:05 +01:00
Ensuring GitHub Actions isn't run twice on PR
This commit is contained in:
parent
96aad19b88
commit
93aeeacb47
1
.github/workflows/yaml-linting.yml
vendored
1
.github/workflows/yaml-linting.yml
vendored
@ -4,6 +4,7 @@ on: [push,pull_request]
|
||||
|
||||
jobs:
|
||||
lintFiles:
|
||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user