Skip to content

Commit 2649fe1

Browse files
committed
Update runners: release to ubuntu-22.04, draft-pdf to workflow_dispatch
1 parent f415716 commit 2649fe1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: [push]
1+
on: [workflow_dispatch]
22

33
jobs:
44
paper:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
name: Deploy release to PyPI
11-
runs-on: linux
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout source
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)