Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check tx receipt in load call before moving to other event validation #697

Merged
merged 4 commits into from
Apr 15, 2024

Conversation

AnieeG
Copy link
Contributor

@AnieeG AnieeG commented Apr 9, 2024

Motivation

Solution

@AnieeG AnieeG requested review from jasonmci and a team as code owners April 9, 2024 01:07
@@ -254,7 +257,7 @@ jobs:

start-slack-thread:
name: Start Slack Thread
if: ${{ always() && (needs.changes.outputs.src == 'true' || github.event_name == 'workflow_dispatch') && needs.*.result != 'skipped' && needs.*.result != 'cancelled' }}
if: ${{ (needs.changes.outputs.src == 'true' || github.event_name == 'workflow_dispatch' || github.event_name == 'push' ) && needs.*.result != 'skipped' && needs.*.result != 'cancelled' }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it be better to remove these 2 slack notification jobs as we discussed?

@AnieeG AnieeG enabled auto-merge (squash) April 15, 2024 22:46
@AnieeG AnieeG merged commit 90e0187 into ccip-develop Apr 15, 2024
84 of 85 checks passed
@AnieeG AnieeG deleted the misc-test-fix branch April 15, 2024 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants