Skip to content

Commit

Permalink
fix: release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed Jan 24, 2023
1 parent 3e9396d commit 45c5386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
name: release-please
jobs:
release:
if: !startsWith(github.event.head_commit.message, '[NO_PUB]')
if: |
!startsWith(github.event.head_commit.message, '[NO_CI]')
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion toad-msg/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ pub mod alloc {
#[cfg(test)]
pub(crate) fn test_msg() -> (alloc::Message, Vec<u8>) {
use std_alloc::collections::BTreeMap;
// TEST

let header: [u8; 4] = 0b0100_0001_0100_0101_0000_0000_0000_0001_u32.to_be_bytes();
let token: [u8; 1] = [254u8];
Expand Down

0 comments on commit 45c5386

Please sign in to comment.