Skip to content

Commit

Permalink
feat: change runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioCafolla committed Sep 18, 2023
1 parent 25374a0 commit 0ef75c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:

jobs:
release-docs:
runs-on: ubuntu-20.04
runs-on:
group: devops
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0ef75c3

Please sign in to comment.