Skip to content

Commit f29a057

Browse files
authored
chore(ci): temporarily disable third party update action (#6826)
1 parent af7add4 commit f29a057

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update Authors and Third Party Notices
33
on:
44
# Once a week or on pushes to main
55
schedule:
6-
- cron: "0 3 * * 0"
6+
- cron: '0 3 * * 0'
77
push:
88
branches:
99
- main
@@ -32,13 +32,13 @@ jobs:
3232

3333
# this is important so git log can pick up on
3434
# the whole history to generate the list of AUTHORS
35-
fetch-depth: "0"
35+
fetch-depth: '0'
3636
token: ${{ steps.app-token.outputs.token }}
3737

3838
- uses: actions/setup-node@v4
3939
with:
4040
node-version: 20.16.0
41-
cache: "npm"
41+
cache: 'npm'
4242

4343
- name: Install [email protected]
4444
run: |
@@ -69,7 +69,7 @@ jobs:
6969
npm run update-tracking-plan
7070
git add docs/tracking-plan.md
7171
72-
- name: Commit and push
73-
run: |
74-
git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary" || true
75-
git push
72+
# - name: Commit and push
73+
# run: |
74+
# git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary" || true
75+
# git push

0 commit comments

Comments
 (0)