Skip to content

Commit 1f38996

Browse files
committed
ci: Update paths for running workflows
1 parent 10b798a commit 1f38996

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ on:
1616
paths:
1717
- .env
1818
- Dockerfile.dev
19-
- provision/functions/**
20-
- provision/scripts/dev/**
19+
- provision/dev/**
2120

2221
concurrency:
2322
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/gold.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
paths:
2222
- Dockerfile
2323
- config/.iex.exs
24-
- provision/scripts/gold/**
24+
- provision/gold/**
2525

2626
concurrency:
2727
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/notebook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- Dockerfile.notebook
2323
- config/code-server/**
2424
- config/jupyter/**
25-
- provision/scripts/notebook/**
25+
- provision/notebook/**
2626

2727
concurrency:
2828
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- main
2121
paths:
2222
- Dockerfile.rust
23-
- provision/scripts/rust/install_wasm_tools.sh
23+
- provision/rust/**
2424

2525
concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- main
2121
paths:
2222
- Dockerfile.web
23-
- provision/scripts/web/**
23+
- provision/web/**
2424

2525
concurrency:
2626
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)