Skip to content

Commit

Permalink
chore(workflow): update workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 30, 2023
1 parent 98a2a52 commit 5000c33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'release/*'

jobs:
goreleaser:
tag-release:
runs-on: ubuntu-20.04
steps:
- name: Checkout
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on:
- environment=production
- size=xxlarge
- provider=ethpandaops
- realm=platform
steps:
-
name: Checkout
Expand Down

0 comments on commit 5000c33

Please sign in to comment.