Skip to content

Commit c957a14

Browse files
author
github-actions[bot]
committed
Publish repository: Thu Nov 20 10:30:47 UTC 2025
1 parent da0de86 commit c957a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/public_merge_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Testing
7070
- name: Run pytest (Development)
71-
if: ${{ github.repository == 'utiasDSL/ARLDM-Advanced-Robot-Learning-And-Decision-Making' && github.event.inputs.admin_key != secrets.ADMIN_KEY }}
71+
if: ${{ github.repository == 'utiasDSL/ARLDM-Advanced-Robot-Learning-And-Decision-Making' }}
7272
working-directory: Advanced-Robot-Learning-and-Decision-Making-Programming-Exercises
7373
run: |
7474
if [[ "${{ github.event.inputs.admin_key }}" == "${{ secrets.ADMIN_KEY }}" ]]; then
@@ -91,7 +91,7 @@ jobs:
9191
"
9292
9393
- name: Run pytest (Application)
94-
if: ${{ github.repository == 'utiasDSL/ARLDM-Advanced-Robot-Learning-And-Decision-Making' && github.event.inputs.admin_key != secrets.ADMIN_KEY }}
94+
if: ${{ github.repository == 'utiasDSL/ARLDM-Advanced-Robot-Learning-And-Decision-Making' }}
9595
working-directory: Advanced-Robot-Learning-and-Decision-Making-Programming-Exercises
9696
run: |
9797
if [[ "${{ github.event.inputs.admin_key }}" == "${{ secrets.ADMIN_KEY }}" ]]; then

0 commit comments

Comments
 (0)