Skip to content

Commit

Permalink
wip - tail
Browse files Browse the repository at this point in the history
  • Loading branch information
herkolategan committed Jan 17, 2025
1 parent 86aa818 commit 886630c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ on:

jobs:
microbench-build:
if: false # This will always skip this job
runs-on: [self-hosted, basic_runner_group]
timeout-minutes: 30
steps:
- name: Checkout PR head commit
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: Print PR head commit message
run: git log -1 --pretty=format:"%H %an %s"
- name: Checkout PR base commit
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.sha }}
- name: Print PR base commit message
run: git log -1 --pretty=format:"%H %an %s"

0 comments on commit 886630c

Please sign in to comment.