Skip to content

Commit d0c01db

Browse files
authored
add workflow_dispatch to allow manual run (#199)
1 parent 18be6d1 commit d0c01db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags-ignore:
77
- '*'
88
pull_request:
9+
workflow_dispatch:
910
jobs:
1011
perl:
1112
runs-on: ubuntu-latest
@@ -17,9 +18,9 @@ jobs:
1718
- '5.34'
1819
- '5.36'
1920
container:
20-
image: perl:${{ matrix.perl-version }}
21+
image: perldocker/perl-tester:${{ matrix.perl-version }}
2122
steps:
22-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2324
- name: dev packages for testing
2425
run: apt update && apt install -y libgd-dev graphviz libxml2-dev
2526
- name: Install early + extra deps

0 commit comments

Comments
 (0)