Skip to content

Commit

Permalink
Update benchmarks.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sameer Srivastava <[email protected]>
  • Loading branch information
itsmesamster authored Nov 26, 2024
1 parent 0d67d17 commit e5a9c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
invoke_jasmine_tests:
name: Invoke Jasmine performance tests
if: ${{ github.event_name == 'workflow_run' and github.event.workflow_run.conclusion == 'success' }} || ${{ github.event_name }} == 'workflow_dispatch'
if: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' }} || ${{ github.event_name }} == 'workflow_dispatch'
runs-on: self-hosted-runner-ubuntu
steps:
- name: Debug workflow conclusion
Expand Down

0 comments on commit e5a9c9f

Please sign in to comment.