Skip to content

Commit

Permalink
Updating workflow to specify os build version.
Browse files Browse the repository at this point in the history
Adding manual execution.
  • Loading branch information
Juanito87 committed Jan 30, 2023
1 parent 0d63569 commit 3828153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
push:
tags:
- 'v*'
Expand All @@ -11,7 +12,7 @@ env:

jobs:
release:
runs-on: self-hosted
runs-on: [self-hosted, Ubuntu-20.04]
steps:
- uses: actions/checkout@v3

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# https://github.com/solana-labs/solana-accountsdb-plugin-postgres/blob/master/.github/workflows/test.yml

on:
workflow_dispatch:
push:
pull_request:

Expand All @@ -10,7 +11,7 @@ env:

jobs:
test:
runs-on: self-hosted
runs-on: [self-hosted, Ubuntu-20.04]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 3828153

Please sign in to comment.