From 04d08cfda9838e3e32fe366c6bfe698f8248413d Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Tue, 21 Jan 2025 07:43:20 +0100 Subject: [PATCH] Debug ghactions for Neon --- .github/workflows/gh-pages.yml | 14 +++++++------- .github/workflows/pack.yml | 14 +++++++------- .github/workflows/runcpptest.yaml | 12 ++++++------ .github/workflows/runneontest.yaml | 5 ++++- .github/workflows/runtest.yaml | 12 ++++++------ 5 files changed, 30 insertions(+), 27 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f9844ee4..7977ffb3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,13 +1,13 @@ # Simple workflow for deploying static content to GitHub Pages name: Deploy static content to GitHub Pages -on: - # Runs on pushes targeting the default branch - push: - branches: [gh-pages] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: +#on: +# # Runs on pushes targeting the default branch +# push: +# branches: [gh-pages] +# +# # Allows you to run this workflow manually from the Actions tab +# workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 7af36689..f0891624 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -1,11 +1,11 @@ name: Build documentation and pack -on: - workflow_dispatch: - pull_request: - push: - branches: [main] - release: - types: [published] +#on: +# workflow_dispatch: +# pull_request: +# push: +# branches: [main] +# release: +# types: [published] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/runcpptest.yaml b/.github/workflows/runcpptest.yaml index 0cabd155..f8a10e0d 100644 --- a/.github/workflows/runcpptest.yaml +++ b/.github/workflows/runcpptest.yaml @@ -1,10 +1,10 @@ name: CPP Tests -on: - workflow_dispatch: - pull_request: - branches: [main] - push: - branches: [main] +#on: +# workflow_dispatch: +# pull_request: +# branches: [main] +# push: +# branches: [main] permissions: actions: read diff --git a/.github/workflows/runneontest.yaml b/.github/workflows/runneontest.yaml index 0b4ee248..6e070102 100644 --- a/.github/workflows/runneontest.yaml +++ b/.github/workflows/runneontest.yaml @@ -28,7 +28,10 @@ jobs: sudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get install libpython3.9 libtinfo5 sudo apt install build-essential - sudo apt install gcc-11-aarch64-linux-gnu +# sudo apt install gcc-11-aarch64-linux-gnu + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Activate vcpkg uses: ARM-software/cmsis-actions/vcpkg@v1 diff --git a/.github/workflows/runtest.yaml b/.github/workflows/runtest.yaml index 4e68d14e..e7d8f427 100644 --- a/.github/workflows/runtest.yaml +++ b/.github/workflows/runtest.yaml @@ -1,10 +1,10 @@ name: C Tests -on: - workflow_dispatch: - pull_request: - branches: [main] - push: - branches: [main] +#on: +# workflow_dispatch: +# pull_request: +# branches: [main] +# push: +# branches: [main] permissions: actions: read