Skip to content

Commit e2854b1

Browse files
committed
Revert "[TEMP][DO NOT MERGE] Trigger pages.yml on the fork branch for validation"
This reverts commit c1f16f3.
1 parent 6ee4b60 commit e2854b1

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ on:
2323
push:
2424
branches:
2525
- master
26-
# TEMP: validate this workflow on the fork, remove before merge
27-
- pages-reuse-doc-image-dev1
2826

2927
concurrency:
3028
group: 'docs preview'
@@ -46,7 +44,7 @@ jobs:
4644
RELEASE_VERSION: 'In-Progress'
4745
LC_ALL: C.UTF-8
4846
LANG: C.UTF-8
49-
# TEMP: job-level repository guard removed to run on the fork, restore before merge
47+
if: github.repository == 'apache/spark'
5048
steps:
5149
- name: Checkout Spark repository
5250
uses: actions/checkout@v6
@@ -80,15 +78,11 @@ jobs:
8078
cd docs
8179
SKIP_RDOC=1 bundle exec jekyll build
8280
- name: Setup Pages
83-
# TEMP: skip Pages API calls on the fork (Pages not enabled there), remove the if before merge
84-
if: github.repository == 'apache/spark'
8581
uses: actions/configure-pages@v6
8682
- name: Upload artifact
8783
uses: actions/upload-pages-artifact@v5
8884
with:
8985
path: 'docs/_site'
9086
- name: Deploy to GitHub Pages
91-
# TEMP: skip deployment on the fork, remove the if before merge
92-
if: github.repository == 'apache/spark'
9387
id: deployment
9488
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)