Skip to content

Commit 4396cce

Browse files
committed
Finish replacing MET with DEP (URLs, external integrations)
1 parent 4792ad4 commit 4396cce

36 files changed

Lines changed: 43 additions & 43 deletions

.github/workflows/analytics-api-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
analytics-api-cd:
3939
runs-on: ubuntu-24.04
4040

41-
if: github.repository == 'bcgov/met-public'
41+
if: github.repository == 'bcgov/dep-public'
4242
environment:
4343
name: ${{ github.event.inputs.environment || 'dev' }}
4444

.github/workflows/analytics-api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
setup-job:
1515
runs-on: ubuntu-24.04
1616

17-
if: github.repository == 'bcgov/met-public'
17+
if: github.repository == 'bcgov/dep-public'
1818

1919
steps:
2020
- uses: actions/checkout@v6

.github/workflows/cron-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cron-cd:
3939
runs-on: ubuntu-24.04
4040

41-
if: github.repository == 'bcgov/met-public'
41+
if: github.repository == 'bcgov/dep-public'
4242
environment: ${{github.event.inputs.environment || 'dev' }}
4343

4444
steps:

.github/workflows/cron-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
setup-job:
1818
runs-on: ubuntu-24.04
1919

20-
if: github.repository == 'bcgov/met-public'
20+
if: github.repository == 'bcgov/dep-public'
2121

2222
steps:
2323
- uses: actions/checkout@v6

.github/workflows/dagster-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
etl-cd:
4040
runs-on: ubuntu-24.04
4141

42-
if: github.repository == 'bcgov/met-public'
42+
if: github.repository == 'bcgov/dep-public'
4343
environment: ${{github.event.inputs.environment || 'dev' }}
4444

4545
steps:

.github/workflows/dagster-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
setup-job:
1717
runs-on: ubuntu-24.04
1818

19-
if: github.repository == 'bcgov/met-public'
19+
if: github.repository == 'bcgov/dep-public'
2020

2121
steps:
2222
- uses: actions/checkout@v6

.github/workflows/engagement-api-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
api-cd:
3838
runs-on: ubuntu-24.04
3939

40-
if: github.repository == 'bcgov/met-public'
40+
if: github.repository == 'bcgov/dep-public'
4141
environment: ${{ github.event.inputs.environment || 'dev' }}
4242

4343
steps:

.github/workflows/engagement-api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
setup-job:
1818
runs-on: ubuntu-24.04
1919

20-
if: github.repository == 'bcgov/met-public'
20+
if: github.repository == 'bcgov/dep-public'
2121

2222
steps:
2323
- uses: actions/checkout@v6

.github/workflows/engagement-web-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
web-cd:
4141
runs-on: ubuntu-24.04
4242

43-
if: github.repository == 'bcgov/met-public'
43+
if: github.repository == 'bcgov/dep-public'
4444
environment: ${{github.event.inputs.environment || 'dev' }}
4545

4646
steps:

.github/workflows/engagement-web-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
setup-job:
2222
runs-on: ubuntu-24.04
2323

24-
if: github.repository == 'bcgov/met-public'
24+
if: github.repository == 'bcgov/dep-public'
2525
steps:
2626
- uses: actions/checkout@v6
2727

0 commit comments

Comments
 (0)