File tree 4 files changed +5
-1
lines changed
actions/collect-test-data 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 25
25
using : ' composite'
26
26
steps :
27
27
- name : Collect test data
28
- uses : getsentry/action-collect-test-data@c0a2fd3f79d3867e2c8b486ccb1c4bf925477742 # v0.3.0
28
+ uses : getsentry/action-collect-test-data@ac0b9ecb5dc7437c113051e4e6a70012ff02c6dc # 0.4.1
29
29
with :
30
30
path : ${{ inputs.artifact_path }}
31
31
gcs_path : ${{ inputs.gcs_bucket }}/pytest/${{ github.repository }}/${{ github.workflow }}/${{ github.job }}${{ inputs.matrix_instance_number != '' && '/instance' || '' }}${{ inputs.matrix_instance_number != '' && inputs.matrix_instance_number || '' }}/${{ github.repository_id }}/${{ github.run_id }}/${{ github.run_attempt }}
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ backend_dependencies: &backend_dependencies
40
40
41
41
backend_build_changes : &backend_build_changes
42
42
- ' .github/workflows/backend.yml'
43
+ - ' .github/actions/collect-test-data/**'
43
44
- ' .pre-commit-config.yaml'
44
45
- ' Makefile'
45
46
- ' pyproject.toml'
@@ -75,6 +76,7 @@ acceptance: &acceptance
75
76
- *frontend_all
76
77
- *backend_all
77
78
- ' .github/workflows/acceptance.yml'
79
+ - ' .github/actions/collect-test-data/**'
78
80
79
81
api_docs : &api_docs
80
82
- *backend_all
Original file line number Diff line number Diff line change 51
51
permissions :
52
52
contents : read
53
53
id-token : write
54
+ actions : read # used for DIM metadata
54
55
strategy :
55
56
# This helps not having to run multiple jobs because one fails, thus, reducing resource usage
56
57
# and reducing the risk that one of many runs would turn red again (read: intermittent tests)
Original file line number Diff line number Diff line change 81
81
permissions :
82
82
contents : read
83
83
id-token : write
84
+ actions : read # used for DIM metadata
84
85
strategy :
85
86
# This helps not having to run multiple jobs because one fails, thus, reducing resource usage
86
87
# and reducing the risk that one of many runs would turn red again (read: intermittent tests)
You can’t perform that action at this time.
0 commit comments