Skip to content

Commit

Permalink
update action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ayhamalharbat committed May 14, 2024
1 parent 1feedcc commit 454e707
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish_docker_package.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Publish docker image as package
# Uncomment when debugging
# on:
# push:
# branches:
# - main
on:
push:
branches:
- main

# Comment when debugging
on:
workflow_run:
workflows: [Setup and build packages]
types: [completed]
# workflow_run:
# workflows: [Setup and build packages]
# types: [completed]

jobs:
on-success:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/sitl_build.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Build SITL on PX4
# Uncomment when debugging
# on:
# push:
# branches:
# - main
# - formatting
on:
push:
branches:
- main
- formatting

# Comment when debugging
on:
workflow_run:
workflows: [Setup and build packages]
types: [completed]
# on:
# workflow_run:
# workflows: [Setup and build packages]
# types: [completed]

jobs:
on-success:
Expand Down

0 comments on commit 454e707

Please sign in to comment.