chore(): removed unnecesary comments
This commit is contained in:
8
.github/workflows/e2etest.yml
vendored
8
.github/workflows/e2etest.yml
vendored
@@ -1,12 +1,12 @@
|
|||||||
name: E2ETests # Changed to match KuCoin naming
|
name: E2ETests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request: # Added pull_request trigger
|
pull_request:
|
||||||
workflow_dispatch: # Added manual trigger option
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
E2ETests: # Changed job ID to match KuCoin
|
E2ETests:
|
||||||
name: 'Build & Test'
|
name: 'Build & Test'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user