We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995e24c commit 4c0b9d8Copy full SHA for 4c0b9d8
.github/workflows/Algolia-crawler-stage.yml
@@ -27,7 +27,6 @@ jobs:
27
build:
28
# The type of runner that the job will run on
29
runs-on: ubuntu-latest
30
- needs: sonarqube-analysis
31
environment: stage
32
# Steps represent a sequence of tasks that will be executed as part of the job
33
steps:
.github/workflows/pr.yml
@@ -21,7 +21,6 @@ jobs:
21
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
22
build-and-deploy:
23
runs-on: ubuntu-20.04
24
25
env:
26
CI: true
NODE_ENV: stage
.github/workflows/typesense-crawler-stage.yml
# environment: stage
- name: Checkout Repository
0 commit comments