From 783b79bdff01916c66639453e3ed3f02a16b75b1 Mon Sep 17 00:00:00 2001 From: v0-e Date: Wed, 31 Jul 2024 16:35:41 +0100 Subject: [PATCH] Revert "Trigger GH CI on PRs" This reverts commit ae43ca6f848f99939221d837c1ab9b11d3a16978. --- .github/workflows/codegen.yml | 8 +------- .github/workflows/doc.yml | 10 ++-------- .github/workflows/docker-ros.yml | 10 ++-------- 3 files changed, 5 insertions(+), 23 deletions(-) diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index b5c882756..88dc0b2d3 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -1,12 +1,6 @@ name: Code Generation -on: - push: - branches: - - main - pull_request: - branches: - - main +on: push jobs: diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index b6f9a9cea..bd1b8a124 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -1,12 +1,6 @@ name: Documentation -on: - push: - branches: - - main - pull_request: - branches: - - main +on: push jobs: build: @@ -26,4 +20,4 @@ jobs: if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: doc/html + publish_dir: doc/html \ No newline at end of file diff --git a/.github/workflows/docker-ros.yml b/.github/workflows/docker-ros.yml index cd7381d54..2b6a04864 100644 --- a/.github/workflows/docker-ros.yml +++ b/.github/workflows/docker-ros.yml @@ -1,12 +1,6 @@ name: docker-ros -on: - push: - branches: - - main - pull_request: - branches: - - main +on: push jobs: @@ -62,4 +56,4 @@ jobs: command: ros2 launch etsi_its_conversion converter.launch.py enable-industrial-ci: 'true' enable-push-as-latest: 'true' - enable-recursive-vcs-import: 'false' + enable-recursive-vcs-import: 'false' \ No newline at end of file