diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index fdcc3c96a0..43256b9ed1 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -250,7 +250,7 @@ runs: start_time=$(date +%s) cd ~/frappe-bench || exit - CI=Yes bench build --app frappe + CI=Yes bench build end_time=$(date +%s) echo -e "\033[33mBuild Assets: $((end_time - start_time)) seconds\033[0m" diff --git a/.github/workflows/_base-migration.yml b/.github/workflows/_base-migration.yml index bd67f46b7c..3fd339863c 100644 --- a/.github/workflows/_base-migration.yml +++ b/.github/workflows/_base-migration.yml @@ -1,4 +1,4 @@ -name: Patch Base +name: Migration Base on: workflow_call: inputs: diff --git a/.github/workflows/_base-server-tests.yml b/.github/workflows/_base-server-tests.yml index 5d8b232598..b54804b2f0 100644 --- a/.github/workflows/_base-server-tests.yml +++ b/.github/workflows/_base-server-tests.yml @@ -1,4 +1,4 @@ -name: Tests Base +name: Server Base on: workflow_call: inputs: @@ -39,6 +39,7 @@ jobs: gen-idx-integration: name: Gen Integration Test Matrix runs-on: ubuntu-latest + if: ${{ inputs.fake-success == false }} outputs: indices: ${{ steps.set-indices.outputs.indices }} steps: diff --git a/.github/workflows/_base-ui-tests.yml b/.github/workflows/_base-ui-tests.yml index 33d81befd5..0d9161f853 100644 --- a/.github/workflows/_base-ui-tests.yml +++ b/.github/workflows/_base-ui-tests.yml @@ -1,4 +1,4 @@ -name: Tests Base +name: UI Base on: workflow_call: inputs: @@ -28,6 +28,7 @@ jobs: gen-idx-integration: name: Gen Integration Test Matrix runs-on: ubuntu-latest + if: ${{ inputs.fake-success == false }} outputs: indices: ${{ steps.set-indices.outputs.indices }} steps: