Skip to content

Commit

Permalink
firmware publish on: has some error.
Browse files Browse the repository at this point in the history
  • Loading branch information
pljakobs committed Dec 23, 2024
1 parent 5673f4c commit 9827e01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Publish Firmware

on:
workflow_run:
workflows:
workflows:
- "Application CI" # Must match the name in build_firmware.yml
types:
types:
- completed

jobs:
get-version:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
get-version:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

steps:
steps:
- name: Checkout repository
uses: actions/checkout@v2

Expand Down

0 comments on commit 9827e01

Please sign in to comment.