suppression du ping
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches: ['**']
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -19,7 +20,11 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22.18' # Spécifie la version de Node.js
|
||||
node-version: '20' # Spécifie la version de Node.js
|
||||
|
||||
# Version node installer
|
||||
- name: Show Node version (debug)
|
||||
run: node -v
|
||||
|
||||
# 3. Installation des dépendances
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
name: Ping
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ['**']
|
||||
pull_request:
|
||||
workflow_dispatch: # bouton "Run workflow" si ta version de Gitea le supporte
|
||||
|
||||
jobs:
|
||||
show:
|
||||
runs-on: ubuntu-latest # ou k3s (voir Étape C)
|
||||
steps:
|
||||
- run: echo "It works on $RUNNER_OS"
|
||||
- run: echo "labels: ${{ toJson(runner.labels) }}"
|
||||
Reference in New Issue
Block a user