Skip to content

Commit

Permalink
chore(): removed unnecesary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Cro committed Feb 10, 2025
1 parent 0a4104d commit 5b981d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2etest.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: E2ETests # Changed to match KuCoin naming
name: E2ETests

on:
push:
pull_request: # Added pull_request trigger
workflow_dispatch: # Added manual trigger option
pull_request:
workflow_dispatch:

jobs:
E2ETests: # Changed job ID to match KuCoin
E2ETests:
name: 'Build & Test'
runs-on: ubuntu-latest

Expand Down

0 comments on commit 5b981d0

Please sign in to comment.