Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/validate-protos-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
branches:
- capabilities-development
pull_request:
branches:
- capabilities-development

jobs:
validate-protos-version:
if: github.event_name == 'push' || github.base_ref == 'capabilities-development'
permissions:
contents: read
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ update-capabilities:

# Override if you wish to test against a branch.
# Alternatively, you can override the directory in chainlink-common to point to this repository
COMMON_VERSION ?= cre-std-tests@0.6.0
COMMON_VERSION ?= f0dfd6b71e78f7e21b85d55d7a858b02b7459024
MODULE := github.com/smartcontractkit/chainlink-common

# Override on Windows if you aren't using a Unix-like shell:
Expand Down
Loading
Loading