Skip to content

Commit 0d14dd6

Browse files
authored
ci: apply review feedback to baseline and deploy workflows
1 parent 67a0288 commit 0d14dd6

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/baseline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: baseline
22
on:
3+
schedule:
4+
- cron: '0 0 * * 1'
35
workflow_dispatch:
46

57
concurrency:
@@ -47,7 +49,7 @@ jobs:
4749
run: scripts/run-baseline.sh
4850
- name: upload baseline results
4951
if: ${{ always() }}
50-
uses: actions/upload-artifact@v7.0.1
52+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5153
with:
5254
name: baseline-${{ github.run_id }}
5355
path: |

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
workflow_run:
7-
workflows:
8-
- weekly baseline
9-
types:
10-
- completed
116
workflow_dispatch:
127

138
permissions:
@@ -21,7 +16,6 @@ concurrency:
2116

2217
jobs:
2318
build:
24-
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
2519
runs-on: ubuntu-latest
2620
steps:
2721
- name: checkout repository

0 commit comments

Comments
 (0)