Skip to content

Commit

Permalink
Undebug
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b committed Aug 15, 2023
1 parent 028e105 commit 83d4f7c
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
build_and_test:
# we only run if this is a pull request from a fork
# assuming that any pull requests from the same repo are infra changes.
# Debug the build
#if: github.event.pull_request.head.repo.full_name != github.repository
if: github.event.pull_request.head.repo.full_name != github.repository

# As long as we need Python 3.8 here in the test, we can only use up to Ubuntu 20
# See https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Expand All @@ -33,18 +32,18 @@ jobs:
git submodule init
git submodule update --remote
# - name: Prepare repository (incubator)
# working-directory: pack
# shell: bash
# run: |
# .scripts/prepare-repo.sh
- name: Prepare repository (incubator)
working-directory: pack
shell: bash
run: |
.scripts/prepare-repo.sh
# - name: Check for Apache 2.0 LICENSE file (required for new packs)
# working-directory: pack
# shell: bash
# run: |
# head -n3 LICENSE
# grep -e 'Apache License' -e 2.0 LICENSE | grep -v -e APPENDIX -e attach
- name: Check for Apache 2.0 LICENSE file (required for new packs)
working-directory: pack
shell: bash
run: |
head -n3 LICENSE
grep -e 'Apache License' -e 2.0 LICENSE | grep -v -e APPENDIX -e attach
- name: Install APT Dependencies
uses: StackStorm-Exchange/ci/.github/actions/apt-dependencies@master
Expand Down

0 comments on commit 83d4f7c

Please sign in to comment.