File tree Expand file tree Collapse file tree 2 files changed +5
-35
lines changed Expand file tree Collapse file tree 2 files changed +5
-35
lines changed Original file line number Diff line number Diff line change 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
2511env :
Original file line number Diff line number Diff line change 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
2711env :
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
You can’t perform that action at this time.
0 commit comments