diff --git a/.github/workflows/bench-pr-comment.yml b/.github/workflows/bench-pr-comment.yml index 55e66c9..499c60b 100644 --- a/.github/workflows/bench-pr-comment.yml +++ b/.github/workflows/bench-pr-comment.yml @@ -1,3 +1,4 @@ +# Test PR # Creates a PR benchmark comment with a comparison to base branch name: Benchmark PR comment on: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dec2e81..60764a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,3 +24,9 @@ jobs: if ("$PRIVATE_KEY" == "") { core.setFailed('Failed to access PRIVATE_KEY secret') } + + get-job-url: + runs-on: ubuntu-latest + steps: + - run: | + echo ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ github.job }}