Skip to content

Commit b639f43

Browse files
authored
build: fixing provenance workflow by removing runs-on parameter which conflicts with uses (#248)
**Requirements** - [ ] I have added test coverage for new or changed functionality - [ ] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [ ] I have validated my changes against all supported platform versions **Related issues** Provide links to any issues in this repository or elsewhere relating to this pull request. **Describe the solution you've provided** Provide a clear and concise description of what you expect to happen. **Describe alternatives you've considered** Provide a clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context about the pull request here.
2 parents 5e945ae + 838aeb4 commit b639f43

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/manual-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939

4040
release-provenance:
4141
needs: [ 'build-publish' ]
42-
runs-on: ubuntu-latest
4342
permissions:
4443
actions: read
4544
id-token: write

.github/workflows/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
release-provenance:
5959
needs: [ 'release-package' ]
6060
if: ${{ needs.release-package.outputs.release-created }}
61-
runs-on: ubuntu-latest
6261
permissions:
6362
actions: read
6463
id-token: write

0 commit comments

Comments
 (0)