Skip to content

Commit 73958e7

Browse files
committed
remove unnecessary gates on steps
1 parent d4df188 commit 73958e7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/backfill-docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,25 @@ jobs:
2525
with:
2626
access_token: ${{ github.token }}
2727
- name: Add Intel repository
28-
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
2928
run: |
3029
wget -qO- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
3130
| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
3231
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" \
3332
| sudo tee /etc/apt/sources.list.d/oneAPI.list
3433
sudo apt update
3534
- name: Install Intel OneAPI
36-
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
3735
run: |
3836
sudo apt install intel-oneapi-compiler-dpcpp-cpp
3937
sudo apt install intel-oneapi-tbb
4038
sudo apt install intel-oneapi-umf
4139
sudo apt install hwloc
4240
- name: Install Lua
43-
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
4441
run: |
4542
sudo apt-get install liblua5.2-dev
4643
- name: Install Doxygen
47-
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
4844
run: |
4945
sudo apt-get install doxygen
5046
- name: Install Ninja
51-
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
5247
run: |
5348
sudo apt-get install ninja-build
5449
- name: Setup Python
@@ -58,7 +53,6 @@ jobs:
5853
python-version: '3.14'
5954
architecture: x64
6055
- name: Install sphinx dependencies
61-
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
6256
shell: bash -l {0}
6357
run: |
6458
pip install numpy cython setuptools">=70.1" scikit-build cmake sphinx"<7.2" pydot graphviz furo \

0 commit comments

Comments
 (0)