ci: less strict conditions for loadtest inmain
This commit is contained in:
committed by
Steve Chavez
parent
d64b71cbf0
commit
c3169b7dc2
@@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
Loadtest-Merge-Nix:
|
Loadtest-Merge-Nix:
|
||||||
name: Loadtest Merge (Nix)
|
name: Loadtest Merge (Nix)
|
||||||
if: ${{ github.event_name == 'merge' && github.ref == 'refs/heads/main' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -60,4 +60,4 @@ jobs:
|
|||||||
name: loadtest.md
|
name: loadtest.md
|
||||||
path: loadtest/loadtest.md
|
path: loadtest/loadtest.md
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user