Skip to content

Commit

Permalink
update workflow-tester29
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Mar 21, 2022
1 parent d0221e3 commit 1ac26cc
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/workflow-tester29.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Test 29 # Related to https://stackoverflow.com/questions/71561915/github-action-skipped-job
on:
push:
# workflow_dispatch:
# inputs:
# os:
# type: choice
# required: true
# description: the os that will be tested.
# default: ANDROID
# options:
# - IOS
# - ANDROID
workflow_dispatch:
inputs:
os:
type: choice
required: true
description: the os that will be tested.
default: ANDROID
options:
- IOS
- ANDROID
jobs:

LA_CHECKS:
Expand All @@ -30,7 +29,7 @@ jobs:


Install_FR1:
# if: ${{ always() && github.event.inputs.os == 'ANDROID' }}
if: ${{ always() && github.event.inputs.os == 'ANDROID' }}
needs: [LA_CHECKS]
# runs-on: DOCKER
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ac26cc

Please sign in to comment.