Skip to content

Commit 0c0a07a

Browse files
committed
fix workflow type issue gha, tc check devedition during b9
1 parent 60ba839 commit 0c0a07a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
channel:
1010
description: "Channel to run tests against"
1111
default: "beta"
12+
type: string
1213
required: false
1314
job_to_run:
1415
required: true

taskcluster/kinds/new-beta-qa/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tasks:
4848
export REPORTABLE=1;
4949
pipenv run pytest --fx-executable $FX_EXECUTABLE tests;
5050
export BETA_VERSION=$(pipenv run python collect_executables.py -n)
51-
if ![[ "${BETA_VERSION}" == *"b6"* ]] && ![[ "${BETA_VERSION}" == *"b8"* ]]; then exit 0;
51+
if ![[ "${BETA_VERSION}" == *"b6"* ]] && ![[ "${BETA_VERSION}" == *"b9"* ]]; then exit 0;
5252
export FX_CHANNEL="devedition";
5353
mv ./ci_pyproject.toml ./pyproject.toml;
5454
./collect_executables.sh;

0 commit comments

Comments
 (0)