Skip to content

Commit

Permalink
rename and switch runner
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Aug 5, 2024
1 parent e079212 commit 1c3244b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish-develop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build and publish chainlink unsigned image"
name: "Build and Publish"

on:
pull_request:
Expand All @@ -18,8 +18,8 @@ env:

jobs:
build-publish-chainlink-develop:
runs-on:
labels: ubuntu22.04-16cores-64GB
name: "Chainlink Unsigned Image"
runs-on: ubuntu-20.04
outputs:
goreleaser-metadata: ${{ steps.build-sign-publish.outputs.goreleaser-metadata }}
goreleaser-artifacts: ${{ steps.build-sign-publish.outputs.goreleaser-artifacts }}
Expand Down

0 comments on commit 1c3244b

Please sign in to comment.