Skip to content

Commit

Permalink
Rename to try to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed May 14, 2024
1 parent 81e4fbc commit e0d3949
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml → .github/workflows/Package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Package

on:
workflow_run:
Expand All @@ -23,12 +23,11 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-build-release
cancel-in-progress: true
# if: ${{ github.event.workflow_run.conclusion == 'success' }} && contains(github.ref, 'refs/tags/')
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt

- name: Install protoc
run: sudo apt-get install -y protobuf-compiler
Expand All @@ -49,6 +48,7 @@ jobs:

- name: Debian packaging
env:
# PACKAGECLOUD_API_KEY: ${{ secrets.PACKAGECLOUD_API_KEY }}
PACKAGECLOUD_API_KEY: XXX
run: |
chmod +x ./.github/scripts/make_debian.sh
Expand Down

0 comments on commit e0d3949

Please sign in to comment.