File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 "
7878jobs :
7979 perl :
8080 environment : automated_testing
Original file line number Diff line number Diff line change 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+
3842on :
3943 push :
4044 branches :
You can’t perform that action at this time.
0 commit comments