Skip to content

Commit

Permalink
Debug ghactions for Neon
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jan 21, 2025
1 parent c34d887 commit 04d08cf
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 27 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/runcpptest.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/runneontest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/runtest.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 04d08cf

Please sign in to comment.