Skip to content
Open

com #22

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions .github/workflows/AT2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ concurrency:
cancel-in-progress: true

jobs:
gcc:
uses:
./.github/workflows/intel.yml
intel:
uses:
./.github/workflows/gcc.yml
test:
runs-on: ubuntu-latest
runs-on: [self-hosted, triloamd01]
steps:
- name: echo "hello world"
run: |
echo "hello world"
while true; do
date=$(date +"%H:%M:%S")
echo Current date is $date
sleep 1
done
3 changes: 2 additions & 1 deletion test.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
hello world sdf
hello world sdf
adsfasdfs s
Loading