Skip to content

Commit

Permalink
ci: less strict conditions for loadtest inmain
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 authored and steve-chavez committed Sep 15, 2023
1 parent d64b71c commit c3169b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/loadtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

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
steps:
- uses: actions/checkout@v4
Expand All @@ -60,4 +60,4 @@ jobs:
name: loadtest.md
path: loadtest/loadtest.md
if-no-files-found: error


0 comments on commit c3169b7

Please sign in to comment.