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