fix event triggers
This commit is contained in:
		
							parent
							
								
									ec42e96225
								
							
						
					
					
						commit
						785209dece
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -7,4 +7,4 @@ pipeline:
 | 
			
		|||
    - mix format --check-formatted
 | 
			
		||||
    when:
 | 
			
		||||
      event:
 | 
			
		||||
      - tag
 | 
			
		||||
      - push
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@ pipeline:
 | 
			
		|||
  glibc:
 | 
			
		||||
    when:
 | 
			
		||||
      event:
 | 
			
		||||
        - push
 | 
			
		||||
        - tag
 | 
			
		||||
    secrets:
 | 
			
		||||
    - SCW_ACCESS_KEY
 | 
			
		||||
    - SCW_SECRET_KEY
 | 
			
		||||
| 
						 | 
				
			
			@ -44,7 +44,7 @@ pipeline:
 | 
			
		|||
  musl:
 | 
			
		||||
    when:
 | 
			
		||||
      event:
 | 
			
		||||
        - push
 | 
			
		||||
        - tag
 | 
			
		||||
    secrets:
 | 
			
		||||
    - SCW_ACCESS_KEY
 | 
			
		||||
    - SCW_SECRET_KEY
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,7 @@ pipeline:
 | 
			
		|||
    image: pleromaforkci/ci-base:${ELIXIR_VERSION}
 | 
			
		||||
    when:
 | 
			
		||||
      event:
 | 
			
		||||
      - tag
 | 
			
		||||
      - push
 | 
			
		||||
    environment:
 | 
			
		||||
      MIX_ENV: test
 | 
			
		||||
    commands:
 | 
			
		||||
| 
						 | 
				
			
			@ -24,7 +24,7 @@ pipeline:
 | 
			
		|||
    image: pleromaforkci/ci-base:${ELIXIR_VERSION}
 | 
			
		||||
    when:
 | 
			
		||||
      event:
 | 
			
		||||
      - tag
 | 
			
		||||
      - push
 | 
			
		||||
    environment:
 | 
			
		||||
      MIX_ENV: test
 | 
			
		||||
      POSTGRES_DB: pleroma_test
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue