Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Dec 13, 2024
1 parent f2ff66f commit 7101fd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ jobs:
needs:
- filter-changes
- provision-gke-cluster
- build-docker-images
timeout-minutes: 70
permissions:
contents: 'read'
Expand Down Expand Up @@ -261,7 +260,6 @@ jobs:
if: always()
needs:
- filter-changes
- provision-gke-cluster
- systest-gke
timeout-minutes: 20
permissions:
Expand Down Expand Up @@ -411,4 +409,4 @@ jobs:
echo "Reason: ${{ steps.check.outputs.reason }}"
if [[ "${{ steps.check.outputs.status }}" == "failure" ]]; then
exit 1
fi
fi

0 comments on commit 7101fd4

Please sign in to comment.