Skip to content

Commit

Permalink
Test 4a
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed May 6, 2024
1 parent 0253b82 commit 815b27b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true

jobs:
performance-testing:
performancetesting:
runs-on: ubuntu-latest

strategy:
Expand Down Expand Up @@ -65,6 +65,6 @@ jobs:
- name: Apply PR 4
run: |
echo ${{ needs.init.outputs.PULL_REQUEST_HEAD_REF }}
echo ${{ needs.init.outputs.PULL_REQUEST_BASE_REF }}
echo ${{ needs.init.outputs.PULL_REQUEST_CLONE_URL }}
echo ${{ needs.performancetesting.outputs.PULL_REQUEST_HEAD_REF }}
echo ${{ needs.performancetesting.outputs.PULL_REQUEST_BASE_REF }}
echo ${{ needs.performancetesting.outputs.PULL_REQUEST_CLONE_URL }}

0 comments on commit 815b27b

Please sign in to comment.