Skip to content

Commit

Permalink
Updated workflow number
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas authored Sep 30, 2024
1 parent b7d9011 commit 64496b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
sha: ${{ env.COMMIT_SHA }}
name: Run CMSSW 21034.1${{ contains(github.event.comment.body, 'lowpt') && ' (low pT setup)' || '' }}
name: Run CMSSW 29834.1${{ contains(github.event.comment.body, 'lowpt') && ' (low pT setup)' || '' }}
status: in_progress
details_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
output: |
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
with:
token: ${{ steps.app-token-end.outputs.token }}
sha: ${{ env.COMMIT_SHA }}
name: Run CMSSW 21034.1${{ contains(github.event.comment.body, 'lowpt') && ' (low pT setup)' || '' }}
name: Run CMSSW 29834.1${{ contains(github.event.comment.body, 'lowpt') && ' (low pT setup)' || '' }}
conclusion: ${{ job.status }}
details_url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
output: |
Expand Down

0 comments on commit 64496b7

Please sign in to comment.