Skip to content

Commit 81a7554

Browse files
committed
(workflow): trigger changes
1 parent 7906afa commit 81a7554

File tree

2 files changed

+5
-35
lines changed

2 files changed

+5
-35
lines changed

.github/workflows/polaris.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,8 @@ on:
44
push:
55
branches: [main]
66
tags: ["v*.*.*"]
7-
paths-ignore:
8-
- "README.md"
9-
- "LICENSE"
10-
- ".gitignore"
11-
- ".tool-versions"
12-
- "docker-compose.yml"
13-
- "**.md"
14-
- "docs/**"
15-
- "*.http"
16-
- ".envrc"
17-
- ".env"
18-
- ".env.example"
19-
- ".envrc.example"
20-
- "setup.py"
21-
- "log/**"
22-
- "notebooks/**"
7+
paths:
8+
- "Dockerfile.polaris"
239
workflow_dispatch:
2410

2511
env:

.github/workflows/pysparknotebook.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,8 @@ on:
44
push:
55
branches: [main]
66
tags: ["v*.*.*"]
7-
paths-ignore:
8-
- "README.md"
9-
- "LICENSE"
10-
- ".gitignore"
11-
- ".tool-versions"
12-
- "docker-compose.yml"
13-
- "**.md"
14-
- "docs/**"
15-
- "*.http"
16-
- ".envrc"
17-
- ".env"
18-
- ".env.example"
19-
- ".envrc.example"
20-
- "setup.py"
21-
- "log/**"
22-
- "notebooks/**"
23-
pull_request:
24-
branches: [main]
7+
paths:
8+
- "pyspark-notebook/**"
259
workflow_dispatch:
2610

2711
env:
@@ -57,7 +41,7 @@ jobs:
5741
id: workspace
5842
run: |
5943
# Convert repository name to lowercase
60-
echo "IMAGE_NAME=$(echo ${{ github.repository }}/polaris | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
44+
echo "IMAGE_NAME=$(echo ${{ github.repository }}/spark35notebook | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
6145
# Build timestamp
6246
echo "BUILD_TIMESTAMP=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
6347
# Short SHA

0 commit comments

Comments
 (0)