Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakibgithuber authored Feb 29, 2024
1 parent fcd0637 commit 8168987
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Build
name: Build,Analyze,scan

Check failure on line 1 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / Build

.github/workflows/build.yml#L1

This run was manually canceled.

on:
push:
branches:
- master

jobs:
build:
build-analyze-scan:
name: Build
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -30,6 +30,7 @@ jobs:
env:
DOCKER_CLI_ACI: 1
deploy:
needs: build-analyze-scan
runs-on: [self-hosted]
steps:
- name: docker pull image
Expand Down

0 comments on commit 8168987

Please sign in to comment.