Skip to content

Commit

Permalink
Update jobs in Release Steampipe Anywhere Components workflow to run …
Browse files Browse the repository at this point in the history
…on main instead of self-hosted branch (#2091)
  • Loading branch information
misraved authored Feb 28, 2024
1 parent 15128ae commit 338ff3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/steampipe-anywhere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "turbot/steampipe-postgres-fdw"
ref: self-hosted
ref: main

- name: Check docker images available in runner
run: docker images
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "turbot/steampipe-postgres-fdw"
ref: self-hosted
ref: main

- name: Check docker images available in runner
run: docker images
Expand Down Expand Up @@ -610,7 +610,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: "turbot/steampipe-sqlite"
ref: self-hosted
ref: main

- name: Check docker images available in runner
run: docker images
Expand Down

0 comments on commit 338ff3e

Please sign in to comment.