This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch disable-fossa-check in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
commit f68d9072b6152ff3d6871513011cbdba9c55da71 Author: PJ Fanning <[email protected]> AuthorDate: Tue Jan 17 14:34:49 2023 +0100 disable fossa check --- .github/workflows/validate-and-test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/validate-and-test.yml b/.github/workflows/validate-and-test.yml index b4f721f13..e4a631ef1 100644 --- a/.github/workflows/validate-and-test.yml +++ b/.github/workflows/validate-and-test.yml @@ -39,13 +39,13 @@ jobs: - name: Check for missing formatting run: git diff --exit-code --color - - name: FOSSA policy check - if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'apache/incubator-pekko-http' }} - run: |- - curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash - fossa analyze && fossa test - env: - FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}" + #- name: FOSSA policy check + # if: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'apache/incubator-pekko-http' }} + # run: |- + # curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh | bash + # fossa analyze && fossa test + # env: + # FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}" compile-and-test: name: Compile and test --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
