Skip to content

Commit

Permalink
Revert "Trigger GH CI on PRs"
Browse files Browse the repository at this point in the history
This reverts commit ae43ca6.
  • Loading branch information
v0-e committed Jul 31, 2024
1 parent ae43ca6 commit 783b79b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Code Generation

on:
push:
branches:
- main
pull_request:
branches:
- main
on: push

jobs:

Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Documentation

on:
push:
branches:
- main
pull_request:
branches:
- main
on: push

jobs:
build:
Expand All @@ -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
10 changes: 2 additions & 8 deletions .github/workflows/docker-ros.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: docker-ros

on:
push:
branches:
- main
pull_request:
branches:
- main
on: push

jobs:

Expand Down Expand Up @@ -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'

0 comments on commit 783b79b

Please sign in to comment.