Skip to content

Commit d332ad6

Browse files
committed
Remove unnecessary step
1 parent 7b9d46b commit d332ad6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,7 @@ jobs:
5252
wget ${{ env.robot_jar}}
5353
5454
# slim all ontologies
55-
# Authorize running slim script
56-
- name: authorize running slim scripts
57-
run: chmod 755 scripts/src/build-workflow/*.sh
58-
55+
5956
# Slim aopo
6057
- name: slim-aopo
6158
if: always()

0 commit comments

Comments
 (0)