mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Disabling dev release while testing
This commit is contained in:
parent
d31e4dc6ef
commit
c3f46b3aeb
1 changed files with 7 additions and 3 deletions
10
.github/workflows/development.yml
vendored
10
.github/workflows/development.yml
vendored
|
|
@ -6,6 +6,10 @@ on:
|
|||
- development
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
env:
|
||||
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
|
||||
GITHUB_SHA: ${{ github.sha }}
|
||||
|
|
@ -26,9 +30,9 @@ jobs:
|
|||
GIT_URL: ${{ secrets.GIT_URL }}
|
||||
CERTS_KEY: ${{ secrets.CERTS_KEY }}
|
||||
|
||||
- name: Build Development Release
|
||||
run: |
|
||||
./script/build_release dev
|
||||
# - name: Build Development Release
|
||||
# run: |
|
||||
# ./script/build_release dev
|
||||
|
||||
- name: Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1.7.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue