File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525# NOTE: Must be placed last to ensure enforcement over all other rules
2626
2727# Protection Rules for Github Configuration Files and Actions Workflows
28- /.github / @ hashgraph/release-engineering @ hashgraph/release-engineering-managers
29- /.github /workflows / @ hashgraph/release-engineering @ hashgraph/release-engineering-managers @ AlfredoG87 @ ebadiere @ Nana-EC @ hashgraph/hedera-smart-contracts-product
28+ /.github / @ hashgraph/devops-ci @ hashgraph/devops-ci-committers @ hashgraph/ release-engineering @ hashgraph/release-engineering-managers
29+ /.github /workflows / @ hashgraph/devops-ci @ hashgraph/devops-ci-committers @ hashgraph/ release-engineering @ hashgraph/release-engineering-managers @ AlfredoG87 @ ebadiere @ Nana-EC @ hashgraph/hedera-smart-contracts-product
3030
3131# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval)
3232/CODEOWNERS @ hashgraph/release-engineering @ hashgraph/release-engineering-managers
Original file line number Diff line number Diff line change 3434 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3535 with :
3636 node-version : 20
37- cache : " npm"
38- cache-dependency-path : " **/package-lock.json"
37+ # cache: "npm" Disabling this as it causes the workflow to hang, trying to retrieve the cache. Not removing it, because it could be retuned in the future.
38+ # cache-dependency-path: "**/package-lock.json"
3939
4040 - name : Install build tools
4141 run : sudo apt-get update && sudo apt-get install -y make gcc g++
You can’t perform that action at this time.
0 commit comments