reverted ubuntu-latest runner

pull/1062/head
guptaankit015 2021-08-26 19:39:04 +05:30
parent 3569045824
commit 891d7ac0dd
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ name: CI
on: [ push ] on: [ push ]
jobs: jobs:
cancel: cancel:
runs-on: [ubuntu-latest] runs-on: [self-hosted]
name: Cancel Previous Runs name: Cancel Previous Runs
if: always() if: always()
steps: steps:
@ -20,7 +20,7 @@ jobs:
build-statping-docker-image: build-statping-docker-image:
name: Docker image - statping name: Docker image - statping
runs-on: [ubuntu-latest] runs-on: [self-hosted]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build and push - name: Build and push
@ -37,7 +37,7 @@ jobs:
fmt: fmt:
name: fmt name: fmt
runs-on: [ubuntu-latest] runs-on: [self-hosted]
continue-on-error: false continue-on-error: false
steps: steps:
- name: checkout - name: checkout
@ -52,7 +52,7 @@ jobs:
args: ./scripts/run_tests.sh fmt drone args: ./scripts/run_tests.sh fmt drone
workflow_status: workflow_status:
runs-on: [ubuntu-latest] runs-on: [self-hosted]
name: Update Status Check name: Update Status Check
needs: [ build-statping-docker-image] needs: [ build-statping-docker-image]
if: always() if: always()

View File

@ -6,7 +6,7 @@ jobs:
Find-Jira-Id: Find-Jira-Id:
name: Find-Jira-Id name: Find-Jira-Id
runs-on: [ubuntu-latest] runs-on: [self-hosted]
steps: steps:
- name: Checkout - name: Checkout

View File

@ -3,7 +3,7 @@ on: [pull_request, push]
jobs: jobs:
semgrep: semgrep:
name: Scan name: Scan
runs-on: [ubuntu-latest] runs-on: [self-hosted]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1 - uses: returntocorp/semgrep-action@v1