chore(): removed unnecesary comments

This commit is contained in:
JJ-Cro
2025-02-10 14:53:40 +01:00
parent 0a4104dd91
commit 5b981d05e3

View File

@@ -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