Skip to content

Commit faeaec3

Browse files
committed
CI: Some additional CI tweaks
1 parent b82ad8d commit faeaec3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Linux
22
on:
33
pull_request:
4-
branches:
5-
- main
64
push:
75
branches:
86
- main
@@ -107,6 +105,8 @@ jobs:
107105
- {slug: 'yggdrasil.x86_64', build_on: ''}
108106
steps:
109107
- uses: actions/checkout@v4
108+
with:
109+
persist-credentials: false
110110
- run: uname -a
111111
- uses: julia-actions/setup-julia@v2
112112
with:

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: Windows
22
on:
33
pull_request:
4-
branches:
5-
- main
64
push:
75
branches:
86
- main
97
release:
108
types: [published]
119
workflow_dispatch:
1210
permissions:
13-
contents: none
11+
contents: read
1412
concurrency:
1513
# Skip intermediate builds: always.
1614
# Cancel intermediate builds: only if it is a pull request build.
@@ -41,6 +39,8 @@ jobs:
4139
arch: 'i686'
4240
steps:
4341
- uses: actions/checkout@v4
42+
with:
43+
persist-credentials: false
4444

4545
# Set up `IMAGE_NAME`, which is something like `juliapackaging/package_win64`
4646
# and also `TAG_NAME`, which is usually something like `v5.23`, but if we're

0 commit comments

Comments
 (0)