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
2 changes: 1 addition & 1 deletion .github/workflows/0-6-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
build_docker:
runs-on: ubuntu-18.04
if: >-
github.repository_owner == 'Cargill'
github.repository_owner == 'splintercommunity'
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
build_docker:
runs-on: ubuntu-18.04
if: >-
github.repository_owner == 'Cargill'
github.repository_owner == 'splintercommunity'
steps:
- uses: actions/checkout@v2
with:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/publish-docker-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push' &&
github.event.workflow_run.head_branch == 'main' &&
github.repository_owner == 'Cargill'
github.repository_owner == 'splintercommunity'
name: Start buildx cluster
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push' &&
github.event.workflow_run.head_branch == 'main' &&
github.repository_owner == 'Cargill'
github.repository_owner == 'splintercommunity'
needs:
- start_cluster_main
runs-on: ${{ needs.start_cluster_main.outputs.label }}
Expand All @@ -70,8 +70,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: splintercommunity
password: ${{ secrets.SPLINTERCOMMUNITY_GH_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push' &&
github.event.workflow_run.head_branch == 'main' &&
github.repository_owner == 'Cargill' &&
github.repository_owner == 'splintercommunity' &&
always()
name: Stop buildx cluster
needs:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push' &&
github.event.workflow_run.head_branch == 'main' &&
github.repository_owner == 'Cargill'
github.repository_owner == 'splintercommunity'
name: Start buildx cluster
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push' &&
github.event.workflow_run.head_branch == 'main' &&
github.repository_owner == 'Cargill'
github.repository_owner == 'splintercommunity'
needs:
- start_cluster_experimental
runs-on: ${{ needs.start_cluster_experimental.outputs.label }}
Expand All @@ -181,8 +181,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: splintercommunity
password: ${{ secrets.SPLINTERCOMMUNITY_GH_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push' &&
github.event.workflow_run.head_branch == 'main' &&
github.repository_owner == 'Cargill' &&
github.repository_owner == 'splintercommunity' &&
always()
name: Stop buildx cluster
needs:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

unit_test_splinter:
if: >-
github.repository_owner == 'Cargill'
github.repository_owner == 'splintercommunity'
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:
run: just ci-test

start_cluster:
if: github.repository == 'Cargill/splinter'
if: github.repository == 'splintercommunity/splinter'
name: Start buildx cluster
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- start_cluster
- unit_test_splinter
if: >-
github.repository_owner == 'Cargill'
github.repository_owner == 'splintercommunity'
runs-on: ${{ needs.start_cluster.outputs.label }}
steps:
- name: Display envvars
Expand All @@ -86,8 +86,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: splintercommunity
password: ${{ secrets.SPLINTERCOMMUNITY_GH_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- start_cluster
- publish_docker
runs-on: ubuntu-latest
if: ${{ github.repository == 'Cargill/splinter' && always() }}
if: ${{ github.repository == 'splintercommunity/splinter' && always() }}
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
publish_to_crates:
needs: unit_test_splinter
if: >-
github.repository_owner == 'Cargill'
github.repository_owner == 'splintercommunity'
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/splinter-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- workflow_dispatch
jobs:
start_cluster:
if: github.repository == 'Cargill/splinter'
if: github.repository == 'splintercommunity/splinter'
name: Start buildx cluster
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

build_splinter_dev:
if: github.repository == 'Cargill/splinter'
if: github.repository == 'splintercommunity/splinter'
name: Build splinter-dev
needs: start_cluster
runs-on: ${{ needs.start_cluster.outputs.label }}
Expand All @@ -59,8 +59,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: splintercommunity
password: ${{ secrets.SPLINTERCOMMUNITY_GH_PAT }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v2
with:
Expand All @@ -87,7 +87,7 @@ jobs:
- start_cluster
- build_splinter_dev
runs-on: ubuntu-latest
if: ${{ github.repository == 'Cargill/splinter' && always() }}
if: ${{ github.repository == 'splintercommunity/splinter' && always() }}
permissions:
id-token: write
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test-splinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: if ! grep -q -w $GITHUB_ACTOR CODEOWNERS; then (echo "User is not authorized"; exit 1) fi

start_cluster:
if: github.repository == 'Cargill/splinter'
if: github.repository == 'splintercommunity/splinter'
name: Start buildx cluster
needs: check_allowlist
runs-on: ubuntu-latest
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- start_cluster
- unit_test_splinter
runs-on: ubuntu-latest
if: ${{ github.repository == 'Cargill/splinter' && always() }}
if: ${{ github.repository == 'splintercommunity/splinter' && always() }}
permissions:
id-token: write
contents: read
Expand Down