Skip to content

Commit

Permalink
fix(ci): refactors dispatch of build-deploy FE as step instead of job (
Browse files Browse the repository at this point in the history
…#909)

Closes: #809
  • Loading branch information
dgrebb committed Oct 25, 2023
1 parent ac9ed87 commit 0f78883
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dispatch-bd-fe--cms.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 📡 CMS Publish
name: 📡 CMS Publish

on:
workflow_dispatch:
Expand All @@ -23,12 +23,7 @@ jobs:
issue-body: "Please approve or deny the deployment of version ${{ github.ref_name }}."
exclude-workflow-initiator-as-approver: false
additional-approved-words: y,a
labels: 'content'

frontend:
runs-on: ubuntu-latest

steps:
labels: "content"
- name: 🛰️ Dispatch B&D FE
run: |
curl --location 'https://api.github.com/repos/dgrebb/dgrebb.com/actions/workflows/bd-fe.yml/dispatches' \
Expand Down

0 comments on commit 0f78883

Please sign in to comment.