Skip to content

Commit

Permalink
fix: changed branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
alicechaitea committed Jan 17, 2024
1 parent 7f9a5b3 commit af8fd37
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup CI
uses: input-output-hk/catalyst-ci/actions/setup@master
uses: input-output-hk/catalyst-ci/actions/setup@tests/typhon-registration
with:
aws_role_arn: ${{ env.AWS_ROLE_ARN }}
aws_region: ${{ env.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-n-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
cargo llvm-cov report --lcov --output-path ./lcov.info
- name: Upload code coverage to coveralls.io
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@tests/typhon-registration
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "./lcov.info"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
ci:
uses: input-output-hk/catalyst-ci/.github/workflows/ci.yml@master
uses: input-output-hk/catalyst-ci/.github/workflows/ci.yml@tests/typhon-registration
with:
aws_ecr_registry: 332405224602.dkr.ecr.eu-central-1.amazonaws.com
aws_role_arn: arn:aws:iam::332405224602:role/ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/title-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: read
statuses: write
steps:
- uses: deepakputhraya/action-pr-title@master
- uses: deepakputhraya/action-pr-title@tests/typhon-registration
with:
regex: '^(?:feat|fix|docs|style|refactor|test|chore|build|ci|perf|revert)(?:\(.+\))?:\s.+(\s\|\s)(NPG-\d+)$'
github_token: ${{ github.token }}
2 changes: 1 addition & 1 deletion src/catalyst-toolbox/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
timeout: 3600

- name: upload to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@tests/typhon-registration
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './lcov.info'
2 changes: 1 addition & 1 deletion src/chain-libs/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
timeout: 600

- name: upload to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@tests/typhon-registration
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './lcov.info'
2 changes: 1 addition & 1 deletion src/chain-wallet-libs/.github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: ${{ steps.get_version.outputs.version }}
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@tests/typhon-registration

- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion src/jormungandr/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
timeout: 3600

- name: upload to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@tests/typhon-registration
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './lcov.info'
2 changes: 1 addition & 1 deletion src/vit-servicing-station-f10/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
timeout: 600

- name: upload to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@tests/typhon-registration
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './lcov.info'
2 changes: 1 addition & 1 deletion src/vit-servicing-station/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
timeout: 600

- name: upload to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@tests/typhon-registration
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './lcov.info'
2 changes: 1 addition & 1 deletion src/vit-testing/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
timeout: 3600

- name: upload to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@tests/typhon-registration
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './lcov.info'

0 comments on commit af8fd37

Please sign in to comment.