Skip to content

Commit

Permalink
backend/test-ci-labeled
Browse files Browse the repository at this point in the history
  • Loading branch information
vsaimanohar committed Sep 30, 2024
1 parent 1afc3eb commit acdcd5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,25 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
<<<<<<< Updated upstream

# Allows you to run this workflow manually from the Actions tab
=======
types: [labeled]
>>>>>>> Stashed changes
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: x86_64-linux
<<<<<<< Updated upstream

=======
if: ${{ github.event.label.name == 'backend' }}
outputs:
image_name: ${{ steps.image_info.outputs.image_name }}
>>>>>>> Stashed changes
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit acdcd5f

Please sign in to comment.