Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Oct 3, 2024
1 parent 33b711e commit e373b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# - "warpdev-ubuntu-2404-x64-2x;wb.snapshot.key=wb-pocketbase-snp-bm-0"
# - "warpdev-ubuntu-2404-x64-4x;wb.snapshot.key=wb-pocketbase-snp-bm-0"
# - "warpdev-ubuntu-2404-x64-8x"
- "warpdev-ubuntu-2404-x64-16x;snapshot.key=pocketbase-snp-x64-ondemand-1"
- "warp-ubuntu-2404-x64-16x"
# - "warpdev-ubuntu-2404-x64-32x;wb.snapshot.key=wb-pocketbase-snp-bm-0"
# - "warp-ubuntu-latest-x64-4x;snapshot.key=pocketbase-snp-praj"
# - "warpdev-ubuntu-latest-arm64-2x"
Expand Down Expand Up @@ -99,12 +99,12 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create snapshot
if: github.event_name == 'push'
if: github.event_name == 'push' && env.WARPBUILD_SNAPSHOT_KEY != ''
uses: WarpBuilds/snapshot-save@v1
with:
# warpbuild-base-url: "https://api.warpbuild.com/api/v1"
warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1"
# warpbuild-base-url: "https://6c16-49-207-54-232.ngrok-free.app/api/v1"
wait-timeout-minutes: 30
fail-on-error: "false"
alias: "pocketbase-snp-x64-ondemand-1"
alias: "pocketbase-snp-x64-bug-0"

0 comments on commit e373b86

Please sign in to comment.