Skip to content

Commit

Permalink
add instructions to automated CI for triggering CI runs (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Feb 14, 2024
1 parent e303637 commit b80c70e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dependency-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
reviewers: aalu1418
commit-message: "[automated] bump solana dependencies"
body: "Latest Solana mainnet release is [\"${{ steps.solImage.outputs.image }}\"](https://github.com/solana-labs/solana/releases/latest)"
body: |
Latest Solana mainnet release is [\"${{ steps.solImage.outputs.image }}\"](https://github.com/solana-labs/solana/releases/latest)
(run CI by closing + reopening PR)
E2E-Testing-Dependencies:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -100,4 +102,6 @@ jobs:
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
reviewers: aalu1418
commit-message: "[automated] bump e2e <> core/integration-tests dependencies"
body: "chainlink/integration-tests uses chainlink-testing-framework@${{ steps.coreCTF.outputs.version }}"
body: |
chainlink/integration-tests uses chainlink-testing-framework@${{ steps.coreCTF.outputs.version }}
(run CI by closing + reopening PR)

0 comments on commit b80c70e

Please sign in to comment.