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 1bc9a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 1bc9a30

Please sign in to comment.