Skip to content

Commit

Permalink
Remove conditionals for relase, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 13, 2025
1 parent 7bf0896 commit 36f1b04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-caller-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
build-esp32sx:
name: 🏗️ESP32-Sx
runs-on: ubuntu-latest
if: github.event.release.target_commitish == 'test-offline-release' # Runs only if release is from test-offline-release
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -118,7 +117,6 @@ jobs:
build-rp2040:
name: 🏗️RP2040, RP2350
runs-on: ubuntu-latest
if: github.event.release.target_commitish == 'test-offline-release' # Runs only if release is from test-offline-release
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -190,7 +188,6 @@ jobs:
merge-job-build-files:
name: Merge Artifacts for build-files
runs-on: ubuntu-latest
if: github.event.release.target_commitish == 'test-offline-release' # Runs only if release is from test-offline-release
needs: [build-esp32sx, build-rp2040]
steps:
- name: Merge Artifacts from Builds
Expand All @@ -203,7 +200,6 @@ jobs:
clang_and_doxy:
name: 🔎Clang & Doxygen
runs-on: ubuntu-latest
if: github.event.release.target_commitish == 'test-offline-release' # Runs only if release is from test-offline-release
needs:
[
build-esp32sx,
Expand All @@ -226,7 +222,6 @@ jobs:
release-wippersnapper:
name: Release WipperSnapper
runs-on: ubuntu-latest
if: github.event.release.target_commitish == 'test-offline-release' # Runs only if release is from test-offline-release
needs: merge-job-build-files
steps:
- name: Download build artifacts from build-platform steps
Expand Down

0 comments on commit 36f1b04

Please sign in to comment.