#9: Release 1.0.4 #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Staging workflow | |
# | |
# This workflow triggers whenever a pull request is open, reopened or there are new commits on it. | |
on: pull_request | |
permissions: | |
contents: read | |
pull-requests: write | |
name: (Staging) - Full | |
run-name: "#${{ github.run_number }}: ${{ github.event.pull_request.title }}" | |
jobs: | |
full: | |
uses: dmg0345/python-signal-edges/.github/workflows/reusable-full.yml@master | |
secrets: | |
netlify_pat: ${{ secrets.NETLIFY_PAT }} | |
netlify_site_id: ${{ secrets.NETLIFY_SITE_ID }} | |
with: | |
docker_base_image: dmg00345/python_signal_edges:latest | |
deploy: staging | |
deploy_alias: staging-${{ github.run_number }} |