Skip to content

Commit

Permalink
Update workflows to use large runners (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhushreeray30 committed Dec 12, 2023
1 parent 61ab3e9 commit 46642df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/registry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
registry_publish_workflow:
uses: turbot/steampipe-workflows/.github/workflows/registry-publish.yml@main
secrets: inherit
runs-on:
labels: ubuntu_4_core
4 changes: 3 additions & 1 deletion .github/workflows/steampipe-anywhere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
tags:
- 'v*'


jobs:
anywhere_publish_workflow:
uses: turbot/steampipe-workflows/.github/workflows/steampipe-anywhere.yml@main
secrets: inherit
runs-on:
labels: ubuntu_4_core

0 comments on commit 46642df

Please sign in to comment.