diff options
| author | Alexsander Akers <me@a2.io> | 2022-01-25 18:17:51 -0500 |
|---|---|---|
| committer | Alexsander Akers <me@a2.io> | 2022-01-25 18:17:51 -0500 |
| commit | 2f1458bd46c4fa5843e8924068def16482815376 (patch) | |
| tree | 9f7f49154853225162ee5d72a7830353530bf92d | |
| parent | b57c579c69a3b974ba2891bde890f5c9fa8f9dfc (diff) | |
| download | Sensor-Watch-2f1458bd46c4fa5843e8924068def16482815376.tar.gz Sensor-Watch-2f1458bd46c4fa5843e8924068def16482815376.tar.bz2 Sensor-Watch-2f1458bd46c4fa5843e8924068def16482815376.zip | |
Remove dangling `if` condition
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7be0508c..4b1f6fab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,6 @@ jobs: run: emmake make working-directory: 'movement/make' - name: Archive simulator build - if: ${{ matrix.target == 'simulator' }} working-directory: 'movement/make/build' run: | cp watch.html index.html |
