Skip to content

Commit

Permalink
ci(issue-#132): style call jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 24, 2022
1 parent 7b79559 commit 83b316b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
release:
name: GoReleaser
runs-on: ubuntu-20.04

steps:
- name: Checkout
uses: actions/checkout@v3.0.2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/smr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 83b316b

Please sign in to comment.