Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Feb 9, 2024
1 parent e444256 commit 8851dda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/check_outputs.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

set -eo pipefail

source ${HOME}/.bashrc

eval "$(conda shell.bash hook)"
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
on:
pull_request:
branches:
- main
- main
push:
branches:
- main
workflow_dispatch:
name: Pull Request
name: Tests
jobs:
test:
strategy:
Expand Down Expand Up @@ -37,7 +40,7 @@ jobs:
- name: Create Output Checking Environment
run: bash .github/scripts/create_output_checking_environment.sh
- name: Check Outputs
run: .github/scripts/check_outputs.sh
run: bash .github/scripts/check_outputs.sh
- name: Prepare Artifacts
if: always()
run: bash .github/scripts/prepare_artifacts.sh
Expand Down

0 comments on commit 8851dda

Please sign in to comment.