Skip to content

Commit bf2337c

Browse files
committed
chore: prepare isolated PR 84 review follow-up workspace
1 parent 67259bf commit bf2337c

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Hermes review follow-up workspace
2+
on:
3+
push:
4+
branches: [codex/hermes-review-followup-workspace]
5+
permissions:
6+
contents: read
7+
jobs:
8+
snapshot:
9+
runs-on: blacksmith-4vcpu-ubuntu-2404
10+
timeout-minutes: 5
11+
steps:
12+
- uses: actions/checkout@v7
13+
with:
14+
ref: 67259bfa968867da556c6437ee804e7dc2a86d3a
15+
persist-credentials: false
16+
- name: Archive the reviewed source
17+
run: git archive HEAD | gzip > "$RUNNER_TEMP/hermes-pr84-source.tgz"
18+
- uses: actions/upload-artifact@v7
19+
with:
20+
name: hermes-pr84-source
21+
path: ${{ runner.temp }}/hermes-pr84-source.tgz
22+
retention-days: 1
23+
if-no-files-found: error

0 commit comments

Comments
 (0)