Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseifedotov committed Jan 30, 2025
1 parent 3ce70ee commit 641c34c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/update-agent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Github workflow for update-agent

name: update-agent
on:
pull_request:
workflow_dispatch:
workflow_call:
secrets:
GIT_HUB_TOKEN:
required: true
CACHIX_AUTH_TOKEN:
required: false
push:
branches:
- main
- prod
tags:
- '**'

jobs:
test:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v2
- uses: gacts/install-podman@v1

0 comments on commit 641c34c

Please sign in to comment.