Skip to content

Commit

Permalink
try from snapshot 2x
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Aug 21, 2024
1 parent 02dc794 commit a5f8f18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
goreleaser:
# runs-on: ${{ inputs.runs_on }}
runs-on: warpdev-ubuntu-2404-x64-8x
runs-on: warpdev-ubuntu-2404-x64-2x
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -79,10 +79,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create snapshot
if: github.event_name == 'push'
uses: WarpBuilds/snapshot-save@feat/snp-rnr-action
with:
warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1"
wait-timeout-minutes: 30
alias: "wb-pocketbase-snp-1"
# - name: Create snapshot
# if: github.event_name == 'push'
# uses: WarpBuilds/snapshot-save@feat/snp-rnr-action
# with:
# warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1"
# wait-timeout-minutes: 30
# alias: "wb-pocketbase-snp-1"

0 comments on commit a5f8f18

Please sign in to comment.