Skip to content

commenting out uneeded code for now #2

commenting out uneeded code for now

commenting out uneeded code for now #2

Workflow file for this run

name: Staging
on:
push:
branches:
- main
- testing_ci
jobs:
build:
uses: ./.github/workflows/build.yaml
with:
deploy: false
secrets:
access_token: ${{ secrets.GITHUB_TOKEN }}
ssh_private_key: ${{ secrets.PIECES_GITHUB_SSH }}
credentials_json: ${{ secrets.GCP_CREDENTIALS }}