Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/advance-deploy-env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Advance deploy env

# Calls the reusable workflow in tracebloc/.github.
# When this branch (develop/staging/master/main) receives a merge,
# updates each contained PR's Deploy environment field on the engineer kanban.

on:
push:
branches: [develop, staging, master, main]

jobs:
advance:
uses: tracebloc/.github/.github/workflows/advance-deploy-env.yml@main
secrets: inherit
Loading