Skip to content

Commit

Permalink
test4_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 authored Jul 6, 2024
1 parent b69ff5c commit a7797c7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
name: release

on:
push:
branches:
- 'master'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'master'
release:
types: [created]

jobs:
build:
Expand Down Expand Up @@ -57,9 +51,6 @@ jobs:
docker cp $container_id:/usr/bin/cpu_air_verifier /tmp/cpu_air_verifier
docker rm $container_id
- name: Verify file existence#1
run: pwd

- name: Verify file existence#2
run: ls -l /tmp/cpu*

Expand Down

0 comments on commit a7797c7

Please sign in to comment.