Skip to content

Commit

Permalink
Remove broadcast from CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <[email protected]>
  • Loading branch information
flo-dup committed Feb 23, 2024
1 parent f0b01d6 commit 8097ba8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,3 @@ jobs:
npm run test
npx eslint . --ext .js,.jsx,.ts,.tsx --max-warnings=0
npm run build
- name: Broadcast update event
if: github.ref == 'refs/heads/main'
uses: gridsuite/broadcast-event@main
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: powsybl-diagram-viewer-updated

0 comments on commit 8097ba8

Please sign in to comment.