Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itsankit-google committed Jan 8, 2024
1 parent 1a9d916 commit 9dcc373
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ on:
jobs:
build:
runs-on: k8s-runner-e2e

if: ${{ github.event.workflow_run.conclusion != 'skipped' }}
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand All @@ -45,7 +43,6 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-${{ github.workflow }}
- name: Run required e2e tests
if: ${{ github.event_name != 'workflow_dispatch' && github.event_name != 'push' }}
run: python3 e2e/src/main/scripts/run_e2e_test.py --testRunner TestRunnerRequired.java --framework yes
- name: Upload debug files
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9dcc373

Please sign in to comment.