We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f240bf9 commit 4c84bc6Copy full SHA for 4c84bc6
.github/workflows/nightly.yml
@@ -1,15 +1,14 @@
1
name: Nightly
2
-on:
3
- schedule:
4
- - cron: '00 10 * * *'
+on:
+ push:
+ branches-ignore:
5
+ - master
6
jobs:
- build:
7
- runs-on: ubuntu-18.04
+ package:
8
+ runs-on: [x64, self-hosted,linux,build]
9
steps:
10
+ - uses: AutoModality/action-clean@v1.1.0
11
- uses: actions/checkout@v2
- - name: Package
- id: package
12
- uses: AutoModality/action-package-debian-ros@v5-ros
13
- with:
14
- release-repo-entitlement: ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
+ - name: Deploy
+ run: amros dev docker run -dm --command="amros dev build deb"
15
0 commit comments