Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Gupta committed Aug 29, 2024
1 parent d8aaa53 commit 3603bdc
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/mile-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PreBid Server - Build
run-name: Build triggered by ${{ github.actor }}
name: Mile Build
run-name: Mile Build triggered by ${{ github.actor }}

on:
pull_request:
Expand All @@ -16,26 +16,9 @@ on:
type: string

workflow_dispatch:
# inputs:
# # deployTarget:
# # description: 'Deployment Target'
# # required: true
# # default: 'staging'
# # type: choice
# # options:
# # - staging
# # - prod
# gitTag:
# description: 'Prebid Server Version'
# required: true
# type: string

jobs:

build:

runs-on: ubuntu-latest

steps:
- name: Checkout the code
uses: actions/checkout@v3
Expand Down

0 comments on commit 3603bdc

Please sign in to comment.