Skip to content

Commit

Permalink
fix: thread_id cache should work for all event types (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyoung-pearl authored May 21, 2024
1 parent c87d6c7 commit 4dc2b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/commands/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ steps:
- restore_cache:
keys:
- cache-<< parameters.thread_id >>-{{ .Environment.CIRCLE_PIPELINE_ID }}
when: always
- run:
when: always
name: << parameters.step_name >>
Expand Down Expand Up @@ -137,3 +138,4 @@ steps:
key: cache-<< parameters.thread_id >>-{{ .Environment.CIRCLE_PIPELINE_ID }}
paths:
- /tmp/SLACK_THREAD_INFO
when: always

0 comments on commit 4dc2b3e

Please sign in to comment.