Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ permissions:

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

# Si hay un action en progreso cancela las actions antiguas si están en uso
# Si hay un action en progreso, cancela las actions antiguas si están en progreso
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 7 * * 1' # Se ejecuta todos los lunes a las 9:00 de la mañana

Expand Down
291 changes: 0 additions & 291 deletions src/commands/playlist.js

This file was deleted.

Loading