Skip to content

Commit 89077f1

Browse files
committed
Updated GitHub workflows from https://github.com/briandfoy/github_workflows
3b5946ff8726eeb1ab24628b027175bb10dff85f * �[92mmacos.yml�[0m upgraded: 20250811.001 -> 20250914.001
1 parent cc1d645 commit 89077f1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ on:
7474
pull_request:
7575
# weekly build on the master branch just to see what CPAN is doing
7676
schedule:
77-
- cron: "53 17 * * 3"
77+
- cron: "53 23 * * 5"
7878
jobs:
7979
perl:
8080
environment: automated_testing

.github/workflows/macos.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions macOS config for Perl 5 modules
2-
# version 20250811.001
2+
# version 20250914.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
@@ -35,6 +35,10 @@ concurrency:
3535
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref || github.run_id }}
3636
cancel-in-progress: true
3737

38+
permissions:
39+
actions: write
40+
contents: read
41+
3842
on:
3943
push:
4044
branches:

0 commit comments

Comments
 (0)