Skip to content

Commit e52c4f5

Browse files
committed
Updated GitHub workflows from https://github.com/briandfoy/github_workflows
d81d83e2d032a9aec2ba1374ac1934280478e4a9 * �[92mclosed_pull_request.yml�[0m upgraded: no version -> no version * �[92mlinux.yml�[0m upgraded: 20250617.003 -> 20250703.001 * �[92mnew_pull_request.yml�[0m upgraded: no version -> no version * �[92mpr-labeler.yml�[0m upgraded: no version -> no version
1 parent 93c8412 commit e52c4f5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions Ubuntu config for Perl 5 modules
2-
# version 20250617.003
2+
# version 20250703.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -38,6 +38,10 @@ concurrency:
3838
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
3939
cancel-in-progress: true
4040

41+
permissions:
42+
actions: write
43+
contents: read
44+
4145
on:
4246
push:
4347
branches:
@@ -70,7 +74,7 @@ on:
7074
pull_request:
7175
# weekly build on the master branch just to see what CPAN is doing
7276
schedule:
73-
- cron: "51 11 * * 5"
77+
- cron: "14 1 * * 6"
7478
jobs:
7579
perl:
7680
environment: automated_testing

0 commit comments

Comments
 (0)