Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Testing jobs.<job_id>.if #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test1.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on: push
name: Test 1
name: Test
jobs:
test:
name: Deploy
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && !github.deleted
if: github.ref == 'refs/heads/master'
steps:
- name: Echo something
run: echo Something
10 changes: 0 additions & 10 deletions .github/workflows/test2.yml

This file was deleted.