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 4099628 commit 0d67d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ on:
jobs:
invoke_jasmine_tests:
name: Invoke Jasmine performance tests
if: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' }} || ${{ github.event_name }} == 'workflow_dispatch'
if: ${{ github.event_name == 'workflow_run' and github.event.workflow_run.conclusion == 'success' }} || ${{ github.event_name }} == 'workflow_dispatch'
runs-on: self-hosted-runner-ubuntu
steps:
- name: Debug workflow conclusion
run: |
echo "Workflow name: ${{ github.event_name == 'workflow_run' }}"
echo "Workflow run conclusion: ${{ github.event.workflow_run.conclusion }}"
echo "Workflow run conclusion: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' }}"
- name: Cleanup build folder
run: |
Expand Down

0 comments on commit 0d67d17

Please sign in to comment.