Skip to content

Commit

Permalink
run per pr
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 28, 2024
1 parent d571f89 commit c60aa7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-k8s.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Run k8s test

on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
kubernetes_config: "${{ steps.kubeconfig.outputs.kubeconfig }}"
kubernetes_cluster: "minikube"
kubernetes_storage_class: "standard"
ethereum_package_branch: "main"
ethereum_package_branch: "${{ github.head_ref || github.ref_name }}"
ethereum_package_args: "./.github/test/mix-with-tools.yaml"
enclave_name: "ethereum-package-${{ github.run_id }}"
persistent_logs: "true"
Expand Down

0 comments on commit c60aa7d

Please sign in to comment.