Skip to content

Commit

Permalink
fix(ci): Why it fails?
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cermak committed Oct 7, 2024
1 parent d1b37ff commit 1fca079
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/smoke_compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ on:
types: [opened, synchronize, reopened, labeled]

jobs:
publish:
name: Publishes Tag, Release, and Uploads Component

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check for version update
shell: bash
run: |
git show -s
git show -s | grep '^Merge';
wifi_remote_api_compat:
name: Check API compatibility of WiFi Remote
strategy:
Expand Down

0 comments on commit 1fca079

Please sign in to comment.